Next: Power Detach, Up: Session Management
(none)
Sets whetherscreenwill automatically detach upon hangup, which saves all your running programs until they are resumed with ascreen -rcommand. When turned off, a hangup signal will terminatescreenand all the processes it contains. Autodetach is on by default.
(C-a d, C-a C-d)
Detach thescreensession (disconnect it from the terminal and put it into the background). A detachedscreencan be resumed by invokingscreenwith the-roption (see Invoking Screen). The-hoption tells screen to immediately close the connection to the terminal (‘hangup’).
(none)
Present a crypted password in your .screenrc file and screen will ask for it, whenever someone attempts to resume a detached session. This is useful, if you have privileged programs running underscreenand you want to protect your session from reattach attempts by users that managed to assume your uid. (I.e. any superuser.) If no crypted password is specified, screen prompts twice a password and places its encryption in the paste buffer. Default is `none', which disables password checking.