Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 117 Bytes

kill.md

File metadata and controls

8 lines (6 loc) · 117 Bytes

KILL

Send a signal to a process for it to finish or be killed.

# Kills process with ID 342
kill -9 342