From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 13:48:43 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 BF62637B401 for ; Thu, 3 Jul 2003 13:48:43 -0700 (PDT) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id CAF1643FAF for ; Thu, 3 Jul 2003 13:48:42 -0700 (PDT) (envelope-from mykroft@explosive.mail.net) Received: (qmail 6934 invoked from network); 3 Jul 2003 20:48:26 -0000 Received: from kingdom.mykroft.com (HELO explosive.mail.net) (205.205.25.113) by empire.explosive.mail.net with SMTP; 3 Jul 2003 20:48:26 -0000 Message-ID: <3F0497BD.3070007@explosive.mail.net> Date: Thu, 03 Jul 2003 16:53:17 -0400 From: Mykroft Holmes IV User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nucking Futs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG 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:44 -0000 Nucking Futs wrote: > 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. > chmod 700 /usr/bin/ping (or /bin/ping) can't remember where ping lives. Adam