Re: proccess [moving slightly OT]

2002-03-11 Thread Chris Jenks
At 07:05 AM 3/11/02, Sebastiaan wrote: Hi, On Mon, 11 Mar 2002, Chris Jenks wrote: > I don't see a problem with users seeing everyone else programs. Is there > a reason why you don't want users to use that command? > No, not for me, I have nothing to hide, but it is unimaginable how paranoia so

Re: proccess

2002-03-11 Thread Robert Waldner
On Mon, 11 Mar 2002 13:05:23 +0100, Sebastiaan writes: > >> >As above: ps x shows only the processes for the user that gives the >> >command (root in this case), but ps ax shows all. AFAIK there is no >> >privacy which user runs which command. Such is (Linux-) life. This issue was already brought

Re: proccess

2002-03-11 Thread Sebastiaan
Hi, On Mon, 11 Mar 2002, Chris Jenks wrote: > >As above: ps x shows only the processes for the user that gives the > >command (root in this case), but ps ax shows all. AFAIK there is no > >privacy which user runs which command. > > > >For this case you should be carefull to give passwords in com

Re: proccess

2002-03-11 Thread Chris Jenks
At 06:31 AM 3/11/02, Sebastiaan wrote: High, On Mon, 11 Mar 2002, David Richards wrote: > hi > is there a way of making my system only show the proccess that the user > is running . > so when user1 does ps aux it only shows user1 proccess? > Yes, just don't give the option to show all users

Re: proccess

2002-03-11 Thread Sebastiaan
High, On Mon, 11 Mar 2002, David Richards wrote: > hi > is there a way of making my system only show the proccess that the user > is running . > so when user1 does ps aux it only shows user1 proccess? > Yes, just don't give the option to show all users: ps x or ps ux See 'ps --help' and 'man