Linux Server and Workstation Configuration How To

  • Decrease font size
  • Default font size
  • Increase font size
  • default color
  • red color
  • green color
kill PDF Print E-mail
Wednesday, 16 December 2009 17:07
AddThis Social Bookmark Button

Command - kill

Kill command sends a signal to the process.

Syntax

kill [options] id_process

Options

-Nsignal sends a specified signal (where Nsignal - the number or name).
-l displays the number and names of signals.

Description

The kill command sends a signal to the process. The signal default kill signal is TERM Usually this signal is designed to complete the process. For example, kill -9 123 terminates the process with ID 123. To view identifiers processes use the command ps. To view a list of names and number of signals type signal kill -l.

 

Add comment


Security code
Refresh

Useful Links

Follow us on ...

  • Digg: hgevs
  • Facebook Page: 180986722511
  • Linked In Group: 2571120
  • Ning: linuxconfignet
  • Twitter: linuxconfignet

Friends

Thanks David Ayvazyan for provided useful information and discussions.
www.gnu.am (Armenian Translation)