Answers

Question and Answer:

  Home  Unix Inter-Process Communication (IPC)

⟩ What is an advantage of executing a process in background?

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)

 157 views

More Questions for you: