What is an advantage of executing a process in background?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jolly
If a process is running in background then the same process
will continue to run on the Unix server without any
communication with the front console.
the console can be reused.
| Is This Answer Correct ? | 13 Yes | 1 No |
how to create tree of processes. one parent and 3 childs.
What is semaphone?
what about the initial process sequence while the system boots up?
What are the process states in Unix?
What is ipc port?
How to get or set an environment variable from a program?
How to know whether the message queue is empty or not.
what is the very first process created by kernell
How to write the program on full-duplex communication on bidirectional?
What is the very first process created by kernel?
Max relaxable permisssion value with out giving write permission to others?
what is the condition required for dead lock in unix sustem ?