sysctl+64bit

John Baldwin jhb at FreeBSD.org
Mon Jan 31 14:18:54 PST 2005


On Monday 24 January 2005 07:48 pm, gaspo wrote:
> hi i need an info for my server:
> on my server X86 for not see all process with ps aux i set:
> /sbin/sysctl -w kern.ps_showallprocs=0
>
> but on fbsd 5.3 sparc ..."kern.ps_showallprocs" isnt on the
> sysctl.....there are other metod?

I think this is a generic change between 4.x and 5.3.  I think the equivalent 
settings for 5.3 are:

security.bsd.see_other_uids: 1
security.bsd.see_other_gids: 1

Set those to zero to hide processes of other users/groups from the current 
user.

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the freebsd-sparc64 mailing list