Display the PID number for a given process name
pidof
$ pidof bash
$ pidof firefox
$ kill $(pidof nginx)