kill [Command]
September 20, 2011
0
Command kill Kill command sends a signal to the process. Syntax kill id_process Options -Nsignal sends a specified signal (where Nsignal – the number or name). -l displays the number and names of signals. …