Results 1 to 4 of 4
Hello!
I need to be able to run a command on a remote server through ssh and somehow resume it (or the remote console) should the ssh session be disconnected. ...
- 03-09-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
SSH: How to run console/command in remote server's memory?
Hello!
I need to be able to run a command on a remote server through ssh and somehow resume it (or the remote console) should the ssh session be disconnected. Is there a way to execute, say a script, remotely from the command line and keep it in the remote servers' memory in case of connection failure? Maybe a command option or something?
I can't figure out how, please help!
Whoot to who ever gets an answer, cos my nab skills couldn't
- 03-09-2008 #2
you need to use screen
man screen
screen commands - Google Search
- 03-09-2008 #3Just Joined!
- Join Date
- Mar 2008
- Posts
- 3
Simple as that!
Whoot! problem solved!
My nab skills have been updated! Thanks !
- 03-11-2008 #4Just Joined!
- Join Date
- Jan 2008
- Posts
- 5
I think you can also use "nohup".


Reply With Quote