1 FAQ tagged "find_pids"
Viewing 1-1 of 1 FAQ -- Linux / UNIX: Find out or determine if process pid is running
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 command as follows:
ps [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )



Recent Comments
Yesterday ~ 12 Comments
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments