Unix IPC Question: Download Unix Inter-Process Communication (IPC) PDF

What is an advantage of executing a process in background?

Tweet Share WhatsApp

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)

Download Unix Inter-Process Communication (IPC) PDF Read All 26 Unix Inter-Process Communication (IPC) Questions
Previous QuestionNext Question
How do you execute one program from within another?What Happens when we execute a Unix command?