From owner-freebsd-questions Thu Jan 31 15:23:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from HAL9000.wox.org (12-232-222-90.client.attbi.com [12.232.222.90]) by hub.freebsd.org (Postfix) with ESMTP id 2F83C37B445 for ; Thu, 31 Jan 2002 15:22:16 -0800 (PST) Received: (from dschultz@localhost) by HAL9000.wox.org (8.11.3/8.11.3) id g0V7ixM01861; Wed, 30 Jan 2002 23:44:59 -0800 (PST) (envelope-from dschultz) Date: Wed, 30 Jan 2002 23:44:59 -0800 From: David Schultz To: ekoz Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ps -aux Message-ID: <20020130234459.A1832@HAL9000.wox.org> Mail-Followup-To: ekoz , freebsd-questions@FreeBSD.ORG References: <021901c1aa11$fe562930$d4e18aca@melsa.net.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <021901c1aa11$fe562930$d4e18aca@melsa.net.id>; from ekoz@melsa.net.id on Thu, Jan 31, 2002 at 11:44:39AM +0700 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 Thus spake ekoz : > I have a silly question..:) , How to make "ps -aux" only show user's > process not all the process and how to make my shell server more > secure. By the way , its about 10 to 20 user log in to my server. If you want to restrict your system so that 'ps -aux' never displays other users' processes, I believe you need to set the sysctl kern.ps_showallprocs. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message