Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2005 11:02:09 -0500
From:      Kevin Kinsey <kdk@daleco.biz>
To:        akhthar@carmatec.com
Cc:        questions@freebsd.org
Subject:   Re: ps -awux
Message-ID:  <20050720160209.GA84130@ezekiel.daleco.biz>

next in thread | raw e-mail | index | archive | help
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
                                                                                                                                         
# sudo sysctl security.bsd.see_other_uids=0
security.bsd.see_other_uids: 1 -> 0
                                                                                                                                         
# sysctl -a | grep other_uid
security.bsd.see_other_uids: 0
                                                                                                                                         
# sudo sysctl security.bsd.see_other_uids=1
security.bsd.see_other_uids: 0 -> 1                                                                                                                                         

# sysctl -a | grep other_uid
security.bsd.see_other_uids: 1

HTH,

Kevin Kinsey



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