From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 13:48:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 295A537B401 for ; Thu, 3 Jul 2003 13:48:30 -0700 (PDT) Received: from blacklamb.mykitchentable.net (65-37-69-83.bras01.elk.ca.frontiernet.net [65.37.69.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9631E43FDF for ; Thu, 3 Jul 2003 13:48:29 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 919193BF35A; Thu, 3 Jul 2003 06:49:04 -0700 (PDT) Message-ID: <01e801c341a4$751a84a0$6e2a6ba5@lc.ca.gov> From: "Drew Tomlinson" To: "Nucking Futs" , References: Date: Thu, 3 Jul 2003 13:48:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Disable PING command X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 20:48:30 -0000 ----- Original Message ----- From: "Nucking Futs" To: Sent: Thursday, July 03, 2003 1:43 PM Subject: Disable PING command > How would I go about disabling users command to ping? If need be I would be > willing to just disable the ping command altogether as a last resort. I'm guessing you could set the permissions on the binary file so that 'users' don't have permission? I don't know for sure but it seems like that might work. Others may have better suggestions. HTH, Drew