Hi,
When I run the ps command in the shell, I get:
Error, do this: mount -t proc proc /proc
Only root can run this.
I have a script that runs that command to figure out if a scheduled task that I want to run hourly, is already running, so its obviously a problem. I know there are other ways to determine what I'm trying to do, but I'm curious why proc is not mounted given is a very common thing on Ubuntu.
Thanks!