➥ Linux how to find the Process ID of running process/program a.k PID
Pidof
The pidof command gives you the process ID of a running program/process.
pidof apache2
[quote]
$ pidof apache2
2714