From owner-freebsd-questions Sun Nov 11 1:26:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bdg.centrin.net.id (DialupBdg245-203.centrin.net.id [202.146.245.203]) by hub.freebsd.org (Postfix) with ESMTP id AF3B737B416 for ; Sun, 11 Nov 2001 01:26:29 -0800 (PST) Received: by bdg.centrin.net.id (Postfix, from userid 1000) id 12C84B736; Sun, 11 Nov 2001 16:34:15 +0700 (JAVT) Date: Sun, 11 Nov 2001 16:34:15 +0700 From: budsz To: Henry smith Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bash or something ?? Message-ID: <20011111163415.A1201@bdg.centrin.net.id> Reply-To: budsz References: <20011110174559.99595.qmail@web21106.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011110174559.99595.qmail@web21106.mail.yahoo.com> User-Agent: Mutt/1.3.22.1i X-Fingerprint: A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304 X-Pub-keys: http://bdg.centrin.net.id/~budsan02/pubkey.txt X-Verify: MD5 (pubkey.txt) = 999274d3ae770caf0d77ce5796ed201e X-uptime: 4:32PM up 45 mins, 3 users, load averages: 0.14, 0.10, 0.07 X-Operation-System: FreeBSD 4.3-KUMPRANG i386 X-Organization: Kumprang X-Provide: Warnet & Game Network X-Address: Melong No 29 Bandung 40261 West Java Indonesia 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 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