Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 127 Bytes

File metadata and controls

11 lines (10 loc) · 127 Bytes
### List all Running Process
ps -ef

Kill Process

kill -9 <pid>
kill -kill <pid>
kill -s SIGKILL <pid>