Difference between revisions of "Kill"
Jump to navigation
Jump to search
(Created page with "<code>kill</code> is a command that is used in Linux and other operating systems to send signals to running processes. kill commands allows to send wikipedia:Signal_...") |
|||
Line 1: | Line 1: | ||
<code>kill</code> is a command that is used in Linux and other [[operating systems]] to send [[signals]] to running processes. kill commands allows to send [[wikipedia:Signal_(IPC)#SIGKILL|SIGKILL]] (<code>kill -9 PID</code>) signal that cause the process to terminate immediately (kill). | <code>kill</code> is a command that is used in Linux and other [[operating systems]] to send [[signals]] to running processes. kill commands allows to send [[wikipedia:Signal_(IPC)#SIGKILL|SIGKILL]] (<code>kill -9 PID</code>) signal that cause the process to terminate immediately (kill). | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Linux]] | ||
+ | [[Category:Linux commands]] |
Revision as of 05:29, 9 December 2019
kill
is a command that is used in Linux and other operating systems to send signals to running processes. kill commands allows to send SIGKILL (kill -9 PID
) signal that cause the process to terminate immediately (kill).
Advertising: