Answers for "kill command in linux syntax"

2

kill process linux

#terminate process with SIGKILL signal by process id
kill -9 pid
Posted by: Guest on July-30-2020
0

kill process on linux

kill -9 $(lsof -i tcp:8000)
Posted by: Guest on March-31-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language