How to get process filename (untruncated) from ps output?
I would like a script to be able to check if a given process is running, and also get its process ID (PID), and so I was looking at ps process output.
I would like a script to be able to check if a given process is running, and also get its process ID (PID), and so I was looking at ps process output.