Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2005 17:12:27 -0500
From:      John Baldwin <jhb@FreeBSD.org>
To:        freebsd-sparc64@FreeBSD.org, gaspo <gaspolo@gmail.com>
Cc:        Robert Watson <rwatson@FreeBSD.org>
Subject:   Re: sysctl+64bit
Message-ID:  <200501311712.27284.jhb@FreeBSD.org>
In-Reply-To: <d581a4c0501241648560420b5@mail.gmail.com>
References:  <d581a4c0501241648560420b5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311712.27284.jhb>