What is an advantage of executing a process in background?

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More Unix IPC Interview Questions

What are the system calls used for process management:

5 Answers  


What is IPC? What are the various schemes available?

5 Answers  


What is ln(linking)?

0 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,


Which ipc is faster?

0 Answers  






what is the very first process created by kernell

5 Answers  


Explain how do you execute one program from within another?

0 Answers  


What is a Daemon?

3 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


What are the various schemes available in ipc?

0 Answers  


How to write the program on full-duplex communication on biderctional(e.g using two pipes)

2 Answers   Infosys,


what is the condition required for dead lock in unix sustem ?

2 Answers  


Categories