Welcome, Guest

shell script run in background
(1 viewing) (1) Guest
Shell Script
Go to bottom
Post Reply
Post New Topic
Page: 1
TOPIC: shell script run in background
#304
shell script run in background 1 Month, 1 Week ago Karma: 2
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?
Please note: although no board code and smiley buttons are shown, they are still usable.
rajeshkumar
Expert Boarder
Posts: 107
graph
User Offline Click here to see the profile of this user
Reply Quote
 
#305
Re:shell script run in background 1 Month, 1 Week ago Karma: 2
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 &
Please note: although no board code and smiley buttons are shown, they are still usable.
rajeshkumar
Expert Boarder
Posts: 107
graph
User Offline Click here to see the profile of this user
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 1

         
Blog Community Forum Jobs Tutorials


     
    
Home Forum