http://ubuntuforums.org/showthread.php?t=1600827
- Find process name from application name:
ps -C-o pid=
- Find the process name from the PID:
Code:
ps -p-o comm=