Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 218 Bytes

retrieve-pid-of-a-process.adoc

File metadata and controls

6 lines (3 loc) · 218 Bytes

Retrieve pid of a process

When you need to quickly retrieve the pid of a process from its name, just give a try to: pidof.

pidof <process-name> will return all process ids of processes named <process-name>.