Unix System Calls Question:
Download Job Interview Questions and Answers PDF
How to protect a process from others to kill?
Answer:
by using signal handler block the signal for SIGKILL so that kill-9 will be handled.
Download Unix System Calls Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain c program to implement the Unix or Linux command to implement ls -l >output.txt? | What command is used to execute system calls from exe? |