Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Nov 2001 16:34:15 +0700
From:      budsz <budsan02@bdg.centrin.net.id>
To:        Henry smith <getzz11@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: bash or something ??
Message-ID:  <20011111163415.A1201@bdg.centrin.net.id>
In-Reply-To: <20011110174559.99595.qmail@web21106.mail.yahoo.com>
References:  <20011110174559.99595.qmail@web21106.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Nov 10, 2001 at 09:45:59AM -0800, Henry smith wrote:
>How to make normal user can't see the whole system ?
>
>ex:
>
>login: test
>
>when I do 'ps x',
>
>I can see other users process, or even root's process.
>How to make when I do 'ps x' only show the proccess
>that runs under user 'test' ?

Please used di $HOME/.bash_profile
alias = 'ps aux | grep $USER'

-- 
budsz

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?20011111163415.A1201>