Date: Fri, 22 Nov 2002 09:33:37 -0500 From: Mike Barcroft <mike@FreeBSD.org> To: Dhee Reddy <dhee@myrealbox.com> Cc: freebsd-current@freebsd.org Subject: Re: No entries in /proc :: feature or problem ?? Message-ID: <20021122093337.E42539@espresso.q9media.com> In-Reply-To: <87wun6ywdr.fsf@myrealbox.com>; from dhee@myrealbox.com on Fri, Nov 22, 2002 at 01:02:56AM -0500 References: <87wun6ywdr.fsf@myrealbox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Dhee Reddy <dhee@myrealbox.com> writes: > Hello all. > Just tried to look up some info and saw that the /proc filesystem doesn't > contain any files. > Shouldn't they contain entries correcponding to all the processes ? > truely This question was just asked a few days ago (yesterday?). By default, /proc is no longer mounted. To reenable it (not recommended for production systems because of procfs' poor security record) add the following line to fstab: proc /proc procfs rw 0 0 and run: mount /proc Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021122093337.E42539>