Package:Screen

From Funtoo
Revision as of 14:27, October 27, 2020 by Pnoecker (talk | contribs) (initial commit so users can observe remote ssh login users over hamachi vpn techniques to fix hangups. =D)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Screen is a useful terminal multiplexer.

root # emerge app-misc/screen

Start a named detached session:

root # screen -d -m -S funtoo

Attach to a named session, multiple clients may connect at the same time:

root # screen -x funtoo

kill all screens and dump back into good old bash:

root # ctrl +a :quit