Date: Sun, 22 May 2005 12:51:52 +0200 From: Tobias Fendin <tobias.fendin@telia.com> To: freebsd-questions@freebsd.org Subject: Re: procfs in 5.4 Message-ID: <42906448.5040909@telia.com> In-Reply-To: <1116737790.700.2.camel@localhost> References: <1116737790.700.2.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Radlinski wrote: >I should have procfs. However, my /proc directory is empty. > >What gives? > > You have to mount it. Add this line to /etc/fstab: proc /proc procfs rw 0 0 And then run: mount /proc You might also check out the man-page: procfs(9) //Tobias
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42906448.5040909>