Saved Bookmarks
| 1. |
Explain the kill() system call and its return values? |
|
Answer» kill() system call sends signals to any process which further takes suitable action ACCORDING to the signal. It takes two arguments, first is PID, to which you WANT to send a signal and the signal you want to send is second. This method returns the following return values:
|
|