From owner-freebsd-questions@FreeBSD.ORG Wed Jul 20 16:04:41 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76F8A16A41F for ; Wed, 20 Jul 2005 16:04:41 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1483B43D48 for ; Wed, 20 Jul 2005 16:04:40 +0000 (GMT) (envelope-from kadmin@ezekiel.daleco.biz) Received: from ezekiel.daleco.biz (localhost [127.0.0.1]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j6KG2do9084168; Wed, 20 Jul 2005 11:03:04 -0500 (CDT) (envelope-from kadmin@ezekiel.daleco.biz) Received: (from kadmin@localhost) by ezekiel.daleco.biz (8.13.1/8.13.1/Submit) id j6KG2JSV084167; Wed, 20 Jul 2005 11:02:19 -0500 (CDT) (envelope-from kadmin) Date: Wed, 20 Jul 2005 11:02:09 -0500 From: Kevin Kinsey To: akhthar@carmatec.com Message-ID: <20050720160209.GA84130@ezekiel.daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: questions@freebsd.org Subject: Re: ps -awux X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2005 16:04:41 -0000 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