How To Use Linux Screen

Install Linux Screen

apt install screen
yum install screen

Starting Linux Screen

screen
screen -S session_name

List current running screen

screen -ls

Reattach to a screen

screen -r $id

Reattach to a screen which is already attached

screen -x $id
powered by GitbookFile Modify: 2024-04-19 13:40:43

results matching ""

    No results matching ""