Cheatsheet & Examples: kill
The kill command is a utility in Unix-like operating systems used to send signals to processes. Signals are a form of inter-process communication that can be used to terminate, suspend, or otherwise control processes.
Terminate a Process (SIGTERM)
Ex...
tech.mrleong.net2 min read