send signals in unix / linux

  • Signal and Trap in Unix / Linux

    Signal and Trap in Unix / Linux

    signals are software interrupt signals that are sent to a program that indicates a serious event has occurred. these events can be very diverse from user requests to illegal memory access. some signals, like signal interrupts, indicate that a user has asked the program to do something without