QA/Execution/Web Testing/Automation/Screen Tutorial: Difference between revisions

Line 7: Line 7:
"screen -ls" - see a list of the active/detached screen sessions.
"screen -ls" - see a list of the active/detached screen sessions.


"screen -r <name>" - Reattach screen session with name <name>, as seen in "screen -ls". Use the -x flag if there are multiple people trying to reattach to the same screen session.  
"screen -x <name>" - Reattach screen session with name <name>, as seen in "screen -ls".  


Control+A => D - detach from current screen session
Control+A => D - detach from current screen session
46

edits