Wednesday, December 4, 2013

Signal

Kill: a command used to send signal to a process

signal names can be found by kill -l

SIGTERM (15) least dangerous
SIGKILL (9) 
SIGSTOP (17,19,23)

No comments:

Post a Comment