rajeshkumar created the topic: shell script run in background
I wanted to run a particular shell program in a background and it should not be dependent on terminal session of putty or telnet?
Just finding solution?
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
rajeshkumar replied the topic: Re:shell script run in background
i found 2 following solution for this..
./myscript&
You can prevent the signal from getting to the program by starting it like this:
nohup command &
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024