From owner-freebsd-questions Mon Mar 25 6:23:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from uk2.kanda-systems.net (uk2.kanda-systems.net [193.195.117.202]) by hub.freebsd.org (Postfix) with ESMTP id D39FC37B416 for ; Mon, 25 Mar 2002 06:23:40 -0800 (PST) Received: from localhost.kanda-systems.net (localhost.kanda-systems.net [127.0.0.1]) by uk2.kanda-systems.net (Postfix) with ESMTP id F3D843C1E8; Mon, 25 Mar 2002 15:23:44 +0000 (GMT) Date: Mon, 25 Mar 2002 15:23:44 +0000 (GMT) From: jason+freebsd@kanda.com X-X-Sender: jason@uk2.kanda-systems.net Reply-To: jason+freebsd@kanda.com To: Nelis Lamprecht Cc: freebsd-questions@freebsd.org Subject: Re: hiding processes from users? In-Reply-To: <5.1.0.14.2.20020325160949.0138a888@192.96.48.11> Message-ID: <20020325152249.U28894-100000@uk2.kanda-systems.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 25 Mar 2002, Nelis Lamprecht wrote: > Hi > > I know that it is possible to hide system processes so that normal users > will only be able to see their own in fbsd but I don't know how. please help. Add the following to /etc/sysctl.conf: kern.ps_showallprocs=0 and then run: kern.ps_showallprocs=0 To make it active without a reboot. Jason > > thanks. > > nelis > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message