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 |
Is linux always free?
What are filenames that are preceded by a dot?
Tell us the difference between telnet and ssh?
How do mutexes work?
How do you change permissions under linux?
What account is created when you install Linux?
Can linux computer be made a router so that several machines may share a single internet connection? How?
How check if port is open linux?
Why linux is safer than windows?
Which linux is closest to mac?
What is context switching in linux?
What do you understand by linux kernal?