Pages

Saturday, March 5, 2016

How to find process name

http://ubuntuforums.org/showthread.php?t=1600827


  • Find process name from application name:
Code:
ps -C  -o pid=
  • Find the process name from the PID:
Code:
 ps -p  -o comm=