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)
- Implementing Managed IT Services: A Step-by-Step Guide - August 30, 2024
- DevOps Foundation Certification - August 29, 2024
- SRE Foundation Certification - August 29, 2024