GNU/screen
< GNU
Jump to navigation
Jump to search
Revision as of 21:20, 26 September 2015 by Woozle (talk | contribs) (Created page with "<hide> page type::article thing type::software part of::GNU </hide> ==About== '''GNU Screen''' is a GNU command line application which lets you create and...")
About
GNU Screen is a GNU command line application which lets you create and access virtual terminal sessions.
Notes
From outside screen:
screen -R
reconnects to the most recently-created session.screen -ls
lists the available sessions.
I haven't been able to figure out how to connect to a session other than the most recent one.
From within screen:
[CTRL-A] d
disconnects from the current session (but does not end it)