Linux command: pidof pidof - find the process ID (PID) of a running program [using its name]. Kill openvpn process root@T420:~# pidof openvpn 41 root@T420:~# kill -15 $(pidof openvpn) Labels Linux
Arch Linux: Notes from the Field Official website of Arch Linux, a lightweight and flexible Linux® distribution that tries to Keep It Simple: https://www.archlinux.org/ Read more