Guest User

Untitled

a guest
Feb 25th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. screen
  2. command (ex: vi /tmp/file)
  3. CTRL+a d # which is 'CTRL' and 'a' at the same time, and then 'd'. This will 'd'etach from the screen session, while screen itself still runs! (and inside it the commands, shell and any still running invoked command, still run)
  4.  
  5. #log in the original machine (host A) as the same user ORIGINALUSER, and then:
  6. screen -r #will reattach to the latest running screen from that user.
Add Comment
Please, Sign In to add comment