Re: ps -awux

2005-07-21 Thread Akhthar Parvez. K
but that didn't help. > >kern.ps_showallprocs="1" > > > >Any help is much appreciated. > > Add kern.ps_showallprocs=1 to /etc/sysctl.conf > > -Glenn > > >On Wednesday 20 July 2005 23:06, Frank de Bot wrote: > > > Akhthar Parvez. K wrote: > &

Re: ps -awux

2005-07-21 Thread Glenn Dawson
rote: > Akhthar Parvez. K wrote: > > Hello, > > > > When I run the command ps -awux from a user's bash shell(not root), it's > > listing the processes under the particular user only. Can anyone tell me > > why? > > Under FreeBSD 4.x the sysctl is:

Re: ps -awux

2005-07-21 Thread Akhthar Parvez. K
added the following line into /boot/loader.conf, but that didn't help. kern.ps_showallprocs="1" Any help is much appreciated. On Wednesday 20 July 2005 23:06, Frank de Bot wrote: > Akhthar Parvez. K wrote: > > Hello, > > > > When I run the command ps -aw

Re: ps -awux

2005-07-20 Thread Greg 'groggy' Lehey
On Wednesday, 20 July 2005 at 13:08:25 +, jdyke wrote: > Akhthar Parvez. K wrote: >> Hello, >> >> When I run the command ps -awux from a user's bash shell(not root), it's >> listing the processes under the particular user only. Can anyone tell me >> w

Re: ps -awux

2005-07-20 Thread Frank de Bot
Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? Under FreeBSD 4.x the sysctl is: kern.ps_showallprocs 0: only show processes of the user itse

Re: ps -awux

2005-07-20 Thread Kevin Kinsey
Akhthar Parvez. K wrote: >Hi, > >sysctl security.bsd.see_other_uids >sysctl: unknown oid 'security.bsd.see_other_uids' > >:-( > Little demo: # sysctl -a | grep other_uid security.bsd.see_other_uids: 1

RE: ps -awux

2005-07-20 Thread Norbert Koch
> sysctl security.bsd.see_other_uids > sysctl: unknown oid 'security.bsd.see_other_uids' Did you try that as root? What is your FreeBSD version (uname -a)? Norbert ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/

Re: ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hi, sysctl security.bsd.see_other_uids sysctl: unknown oid 'security.bsd.see_other_uids' :-( On Wednesday 20 July 2005 18:46, Norbert Koch wrote: > > When I run the command ps -awux from a user's bash shell(not root), it's > > listing the processes under the

RE: ps -awux

2005-07-20 Thread Norbert Koch
> When I run the command ps -awux from a user's bash shell(not root), it's > listing the processes under the particular user only. Can anyone > tell me why? see 'sysctl security.bsd.see_other_uids' Norbert ___ freebsd-

Re: ps -awux

2005-07-20 Thread Bob Bomar
On Wed, Jul 20, 2005 at 06:42:20PM +0530, Akhthar Parvez. K wrote: > Hello, > > When I run the command ps -awux from a user's bash shell(not root), it's > listing the processes under the particular user only. Can anyone tell me why? > What is security.bsd.see_other_ui

Re: ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hello, It does not show all processes even if I did not use -u option. It would be good if anyone can tell me how can I view all processes from a user's bash shell. On Wednesday 20 July 2005 18:38, jdyke wrote: > Akhthar Parvez. K wrote: > > Hello, > > > > When I run

Re: ps -awux

2005-07-20 Thread Kövesdán Gábor
Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? You must have these two sysctls set to 0: security.bsd.see_other_gids security.bsd.see_other_

Re: ps -awux

2005-07-20 Thread jdyke
Akhthar Parvez. K wrote: Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? -u matches user man ps ___ freebsd-questions@f

ps -awux

2005-07-20 Thread Akhthar Parvez. K
Hello, When I run the command ps -awux from a user's bash shell(not root), it's listing the processes under the particular user only. Can anyone tell me why? -- With Regards, Akhthar ___ freebsd-questions@freebsd.org mailing