procfs in 5.4

Tobias Fendin tobias.fendin at telia.com
Sun May 22 03:51:54 PDT 2005


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


More information about the freebsd-questions mailing list