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 Windows Server 2012 R2 Standard Evaluation Product Key

Microsoft Windows Server 2012 R2 Standard Evaluation D2N9P-3P6X9-2R39C-7RTCD-MDVJX DBGBW-NPF86-BJVTX-K3WKJ-MTB6V

Microsoft Outlook Online

Outlook on the web Using SWEEP to clean up mailbox I find that SWEEP feature - as implied - is really an efficient tool to cleanup old newsletters. Select a newsletter, click Sweep , and choose one of four options. References >>> Open and use a shared mailbox in Outlook on the web

nmap - The Network Mapper

WARNING : It is ILLEGAL to scan hosts without permission.