Date: Thu, 31 Jan 2002 08:28:35 -0500 (EST) From: Scott Nolde <scott@smnolde.com> To: ekoz <ekoz@melsa.net.id> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: ps -aux Message-ID: <20020131082736.T2694-100000@bsd.smnolde.com> In-Reply-To: <021901c1aa11$fe562930$d4e18aca@melsa.net.id>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus sayeth the previous author: >Date: Thu, 31 Jan 2002 11:44:39 +0700 >From: ekoz <ekoz@melsa.net.id> >To: freebsd-questions@FreeBSD.ORG >Subject: ps -aux > >Hi All, > >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. > >TIA >ekoz > Perhaps doing a sysctl -w kern.ps_showallprocs=0 will help. That sysctl will allow a user to see only his/her processes only. The root user can view all processes. Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131082736.T2694-100000>