Skip to main content

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)

Popular posts from this blog

Microsoft AI Shell: Notes

AI Shell

IBM Domino: Start and Stop Router, IMAP, POP3, SMTP Services

tell router quit load router tell imap quit load imap tell pop3 quit load pop3 tell smtp quit load smtp

Ping group on Windows with FOR command

Notes from daily work situation.