Shell Script Run in Background

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

Rajesh Kumar
Follow me
Latest posts by Rajesh Kumar (see all)
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x