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

No edit summary
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 -x <name>" - Reattach screen session with name <name>, as seen in "screen -ls".  
"screen -x <name>" - Reattach screen session with name <name>, as seen in "screen -ls". Note that instead of name you can also use the number (PID) shown before the name itself. You will have to do this if the screen session name is a substring of another session (i.e. "Firefox" and "Firefox4b2")


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

edits