Script to Kill only exact PID in Linux Geek 🤓🤓 February 11, 2019 vi SearchPID.php <?php $port = $argv[1]; if(!empty($port) && is_numeric($port) ){ $pid = trim(shell_exec("lsof -t ... Continue Reading