Linoob Forums

Full Version: Howto get PID of a process
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Inorder to get the ProcessID (pid) of a process/daemon, open the terminal and just type:
Quote:pid program-name

For eg: I want to know the pid of conky inorder to kill it and its not coming in System Monitor somehow, then i will type this :
Quote:pidof conky
sudo kill 5432
[Image: pid.th.png]
[Image: pid2.th.png]

This is a very easy way to get rid of those applications that are not shown in System monitor and are not needed or they are eating too much of your resources such as compiz etc.

Njoy!!!
Reference URL's