Docu review done: Wed 31 Jul 2024 02:38:19 PM CEST
screen
General
shell multiplexer in one session
Commands
Commands | Description |
---|---|
screen -d -m -S [name] j | creates multiuser screen |
screen -x [name] j | attach to detatched screen |
Multiusermode inside of screen
$ screen -R [name]
Ctrl+a :multiuser on # to enable the multiuser mode
Ctrl+a :acladd [username] # permissts second user
Ctrl+a :layout save default # saves layout of screen to get it back after rejoining the session
secodnuser > screen -x firstuser/[name] # to attach the screen session of firstuser