From owner-freebsd-questions@FreeBSD.ORG Fri Oct 15 14:53:11 2004 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 8690616A4CE for ; Fri, 15 Oct 2004 14:53:11 +0000 (GMT) Received: from av15-1-sn4.m-sp.skanova.net (av15-1-sn4.m-sp.skanova.net [81.228.10.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D97A43D1D for ; Fri, 15 Oct 2004 14:53:10 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av15-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 85DDC37E49; Fri, 15 Oct 2004 16:53:09 +0200 (CEST) Received: from smtp4-1-sn4.m-sp.skanova.net (smtp4-1-sn4.m-sp.skanova.net [81.228.10.181]) by av15-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 705E237E42 for ; Fri, 15 Oct 2004 16:53:09 +0200 (CEST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp4-1-sn4.m-sp.skanova.net (Postfix) with SMTP id 3325137E4A for ; Fri, 15 Oct 2004 16:53:09 +0200 (CEST) Received: (qmail 80724 invoked by uid 1001); 15 Oct 2004 14:53:08 -0000 Date: Fri, 15 Oct 2004 16:53:08 +0200 From: Erik Trulsson To: "Bruno M. Petroski" Message-ID: <20041015145308.GA80702@falcon.midgard.homeip.net> Mail-Followup-To: "Bruno M. Petroski" , freebsd-questions@freebsd.org References: <416FE32B.2080203@inf.ufsc.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <416FE32B.2080203@inf.ufsc.br> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Ping under normal user 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: Fri, 15 Oct 2004 14:53:11 -0000 On Fri, Oct 15, 2004 at 11:48:11AM -0300, Bruno M. Petroski wrote: > Hi, > > I'm using FreeBSD 4.10, and I'm trying to ping a computer using the > following command as a normal user, but I receive an error message. > > $ ping -s 64 -c 10 10.1.1.1 > ping: -s flag: Operation not permitted > > > If I use the same command as root, no error message is given. Is > there any option I could setup in order to overcome this error??? Don't use the '-s' flag. As the manpage for ping(8) states: "Only the super-user may use this option." -- Erik Trulsson ertr1013@student.uu.se