~~NOTOC~~ ====== Linux screen Command ====== [[http://www.pingpros.com/index.php?page=tutorials/linux/general/linuxusingthescreencommand]] tips on using multiple virtual screens in a terminal. == Interesting Profiles from Ubuntu == [[http://arstechnica.com/open-source/news/2009/04/ubuntu-brings-advanced-screen-features-to-the-masses.ars|Article]] [[https://launchpad.net/~screen-profiles/+archive/ppa]] [[https://help.ubuntu.com/9.04/serverguide/C/screen-profiles.html]] ===== Usage ===== ==== Start ==== To start screen, type: $ screen ==== Detach ==== To detach from screen (to return to your original terminal, without exiting screen), press: C-a, d ==== Resume ==== To resume your detached screen session, type: $ screen -x ==== Add ==== To add a new "screen" to your session, press: C-a, c ==== List ==== To see what "screens" you have open, press: C-a, w ==== Switch ==== To switch between screens, press: C-a, 'Screen #' (Screen # = 0, 3, etc.) ==== Name ==== To give your currently selected screen a name, press: C-a, S-a ===== Problems ===== ==== screen is hung ==== If one of your screen sessions seems hung/unresponsive, it is usually caused by pressing ctrl-s (which turns flow control to XOFF). To fix this (set it back to XON), press ctrl-q == == \\ \\ {{tag>:linux :linux:tips}}