Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Is it Unique

This is a discussion on Is it Unique within the C and C++ forums, part of the Programming Talk category; I am curious to know whether signal numbers are unique. For killing a process we have a command named as ...

  1. #1
    caradoc is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    122

    Is it Unique

    I am curious to know whether signal numbers are unique. For killing a process we have a command named as kill which has parameters used in it as process id and signal number. Does this mean signal numbers are unique? If more details are provided on this topic it would help all the members reading this thread.


  2. #2
    norman is offline Member Array
    Join Date
    May 2006
    Answers
    43
    Each signal is identified by a name and a number. The signal numbers are not generally standard and normally vary from one system to another. If in the kill command the signal number is given as zero then the kill command goes for checking the validity of the specified process id.


Latest Article

Network Security Risk Assessment and Measurement

Read More...