SBDavid
May 15th, 2009
May 15th, 2009
How can I see all running processes from the shell ?
How can I see all running processes from the shell ?
Use either:
ps -auxww
ps -cef
ps -cef
How can I see all running processes from the shell ?
Use either: