注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Screen
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