How to find a specific process id for a running Application or Process in Linux?
|
|
|
|
|
Question: How to find a specific process id for a running Application or Process in Linux? NOTE: Tested in Ubuntu 9.04
Answer: In this example we want to find the process id for Skype. - In the command line type in the command below
- This will list the process id together with the process name for Skype.
-l = List the name of the process
- To list only the process id type the command without the -l option
- This will only list the process id
|