Linux Screen Basics

CTRL-A : screen command mode

CTRL-A ” ” : show list

CTRL-A SHIFT-A : rename this screen session

CTRL-A n : next screen

CTRL-A p : previous screen

CTRL-A M : monitor for activity

CTRL-A _ : monitor for silence

CTRL-A H : keep a running log

$ screen -ls : list screen sessions (useful if more than one session)

$ screen -r : reattach

$ screen -x : connect to already attached screen session (subsequent windows)


This entry was posted in Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>