Author

Topic: Running a script in the background that will run even when logged off (Read 1333 times)

sr. member
Activity: 348
Merit: 251
Brilliant thanks.
hero member
Activity: 667
Merit: 500
to use screen just run screen, then run the app you want to use normally (no &)

when you reconnect to the box via ssh, do a screen -r to grab your session back

sr. member
Activity: 348
Merit: 251
Thanks for that. If I put the & after can I see if it's working are check the output every now and again?

Not sure how to use screen. I set it up once and then logged off. I tried to look at the screen sessions and wasn't there seemingly.  Huh
hero member
Activity: 667
Merit: 500
You could use screen if you want to re-connect to the output.

or put an "&" at the end of your command and it will run it as a background process


ie:  # ./myscript &

sr. member
Activity: 348
Merit: 251
Hi there,
I have a script running on Linuxcoin that monitors the temps on my cards where it will shut it down should it exceed my set temp.

At the moment I'm running it in the terminal I'm logged into but I'm afraid that I'll lose my ssh connection or something.

Any ideas?

Thanks a mill.
Jump to: