Unix IPC Question:
Download Job Interview Questions and Answers PDF
What is an advantage of executing a process in background?
Answer:
There r two main advantage :
1.you can use console to execute your command.
2.More importantly if one is connected through remote
console and as there is no controlling terminal attached to
background process even if your terminal get disconnected
the process continues (with help of nohup in shell script
or by using setsid in C)
1.you can use console to execute your command.
2.More importantly if one is connected through remote
console and as there is no controlling terminal attached to
background process even if your terminal get disconnected
the process continues (with help of nohup in shell script
or by using setsid in C)
Download Unix Inter-Process Communication (IPC) Interview Questions And Answers
PDF
Previous Question | Next Question |
How do you execute one program from within another? | What Happens when we execute a Unix command? |