Finding the PID of the any process

Hey guys today I am gonna show you "How to find the PID of process using its name".

1) Open the Terminal.

2) Now type :

ps axf | grep -i process_name

 Here is an example.



For more Information about this command type the following :

man ps
Previous
Next Post »