VPS: Script to find running processes with path
by Sanju[ Edit ] 2010-02-01 11:46:26
VPS: Script to find running processes with path
I would like to add the information that in linux servers we can find the list of running processes by using ps command as
ps aux
But it does not give the path of the running scripts/processes
For that we can use the prebuild
/script/simpleps script
I thing this is used by WHM to list the process..