Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 May 2005 11:23:39 -0500
From:      Chris Radlinski <radlinskic@acm.org>
To:        FreeBSD-Questions <freebsd-questions@freebsd.org>
Subject:   Re: procfs in 5.4
Message-ID:  <1116779019.686.3.camel@localhost>

next in thread | raw e-mail | index | archive | help
That fixed it.  Thanks.

Chris





Tobias Fendin wrote:

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?1116779019.686.3.camel>