Difference between revisions of "Linux: screen"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== Screen Multiple Terminals == screen #start screen ctrl + a c # Create a new terminal ctrl + a 0 # switch to original terminal ctrl + a ctrl + a # switch to pre...") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
== Screen Multiple Terminals == | == Screen Multiple Terminals == | ||
screen #start screen | screen #start screen | ||
| − | ctrl + a c # Create a new terminal | + | ctrl + a c # Create a new terminal |
| − | ctrl + a 0 # switch to original terminal | + | ctrl + a 0 # switch to original terminal |
ctrl + a ctrl + a # switch to previous terminal | ctrl + a ctrl + a # switch to previous terminal | ||
ctrl + a ctrl + n # switch to next terminal | ctrl + a ctrl + n # switch to next terminal | ||
Revision as of 16:31, 22 May 2015
Screen Multiple Terminals
screen #start screen ctrl + a c # Create a new terminal ctrl + a 0 # switch to original terminal ctrl + a ctrl + a # switch to previous terminal ctrl + a ctrl + n # switch to next terminal ctrl + a ctrl + p # switch to previous terminal exit # close terminal ctrl + a d # deatach terminal screen -r # recover deatached terminal, works from other computer too!!