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