You run a linux program in the background simultaneously when you start your linux server?



You run a linux program in the background simultaneously when you start your linux server?..

Answer / Rashmi Tripathi

To run a Linux program in the background simultaneously with the server startup, you can use the nohup command or the & symbol. For example: nohup ./myprogram & or ./myprogram & &. The nohup command allows your program to continue running even after you log out.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux General Interview Questions

Is linux always free?

1 Answers  


What are filenames that are preceded by a dot?

1 Answers  


Tell us the difference between telnet and ssh?

1 Answers  


How do mutexes work?

1 Answers  


How do you change permissions under linux?

1 Answers  


What account is created when you install Linux?

7 Answers  


Can linux computer be made a router so that several machines may share a single internet connection? How?

1 Answers  


How check if port is open linux?

1 Answers  


Why linux is safer than windows?

1 Answers  


Which linux is closest to mac?

1 Answers  


What is context switching in linux?

1 Answers  


What do you understand by linux kernal?

1 Answers  


Categories