Difference between revisions of "Kill"

From wikieduonline
Jump to navigation Jump to search
(→‎See also: * kill in Windows is an alias for <code>Stop-Process</code> cmdlet)
Line 6: Line 6:
 
== See also ==
 
== See also ==
 
* <code>[[killall]]</code>, <code>[[pkill]]</code>, <code>[[xkill]]</code>
 
* <code>[[killall]]</code>, <code>[[pkill]]</code>, <code>[[xkill]]</code>
 +
* kill in Windows is an alias for <code>[[Stop-Process]]</code> cmdlet
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Linux commands]]
 
[[Category:Linux commands]]

Revision as of 05:33, 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).



See also

Advertising: