Docu review done: Mon 03 Jul 2023 16:58:30 CEST

General

shell multiplexer in one session

Commands

CommandsDescription
screen -d -m -S [name]jcreates multiuser screen
screen -x [name]jattach 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