Q. How do I list all open files for a Linux or UNIX process using command line options?
{ 13 comments }
Q. How do I find out my process is running? How do I get pid number for particular process? A. The easiest way to find out is run ps aux command and grep process name. If you got output along with process name/pid, your process is running. Task: Find out process pid Simply use ps [...]
{ 12 comments }