怎样log out后ssh仍运行

1. ssh into your remote box. type "screen" Then start the process you want.

2. Type <Ctrl>-A <Ctrl>-D. This will "detach" your screen session but leave your processes running. You can now log out of the remote box.

3. If you want to come back later, log on again and type "screen -r" This will "resume" your screen session, and you can see the output of your process.

你可能感兴趣的:(session,ssh,output)