What is an advantage of executing a process in background?
Answer Posted / vishal
there r two main advantage :
1.you can use console to execute your command.
2.More importantlly if one is connected through remote
console and as there is no controlling terminal attached to
background process even if your teminal get disconnected
the process continues (with help of nohup in shell script
or by using setsid in C)
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
Which ipc is the fastest in unix?
What are the various schemes available in ipc?
Tell me set-user-id is related to (in unix)?
Explain what is the process id for kernel process?
How to get or set an environment variable from a program?
What are the various schemes available?
What is the very first process created by kernel?
What is unix ipc?
Explain a zombie?
Explain what are the system calls used for process management?
Explain how do you execute one program from within another?
What is the condition required for dead lock in unix system?
Max relax-able permission value with out giving write permission to others?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is ipc port?