kill cli

kill cli

Creator
Creator
Seonglae Cho
Created
Created
2020 Jan 7 7:42
Editor
Edited
Edited
2025 Feb 2 0:55
Refs
Refs
pkill
kill -9 {pid}
 
 
 
 

Windows

netstat -a -o -n | grep $port taskkill /F /PID $pid
 
 
 
 

Recommendations