Exforsys
+ Reply to Thread
Results 1 to 2 of 2

About SIGKILL

This is a discussion on About SIGKILL within the Shell Programming forums, part of the Operating Systems category; Is SIGKILL in UNIX operating system a forceful kill.Where can one find the reason when a SIGKILL occurs....

  1. #1
    cyrus is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    128

    About SIGKILL

    Is SIGKILL in UNIX operating system a forceful kill.Where can one find the reason when a SIGKILL occurs.


  2. #2
    sammy is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    144
    Two signal which can neither be ignored nor catched by invoking a signal handler are SIGKILL and SIGSTOP. It is necessary for the super user to have the powers to kill any process with SIGKILL or stop it with SIGSTOP. This is one of the main scenarios in which SIGKILL takes its presence.


Latest Article

Network Security Risk Assessment and Measurement

Read More...