Docu review done: Wed 31 Jul 2024 02:38:19 PM CEST

screen

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