Screen Shortcuts by DaveChild
About This Content
This content, Screen Shortcuts, was created on 28th October, 2011 and was last updated on 22nd November, 2011.
Tags
bash, commandline, linux, screen
Screen Shortcuts appears on:
Screen Shortcuts
|
screen Start a screen session.
|
|
screen -r Resume a screen session.
|
|
screen -list Show your current screen sessions.
|
|
CTRL-A Activate commands for screen.
|
|
CTRL-A c Create a new instance of terminal.
|
|
CTRL-A n Go to the next instance of terminal.
|
|
CTRL-A p Go to the previous instance of terminal.
|
|
CTRL-A " Show current instances of terminals.
|
|
CTRL-A A Rename the current instance.
|
More screen info at:
http://www.gnu.org/software/screen/
Comments
No comments yet. Add yours below!
Add a Comment
You must be logged in to post a comment. Please log in using the form at the top right of the page.

