Monoista

Logo

View My GitHub Profile

20 March 2022

Screen

launch Screen

screen

attach to a running session

screen -x

list current sessions

screen -ls

attach to a running session

screen -r [session]

create new window

CTRL+a c

rename current window

CTRL+a A

show a lost of all windows for selection

CTRA+a "

switch to a window by number

CTR+a [0-9]

detach a running session

CTRL+a d

split current window vertically

CTRL+a S

split current window horizontally

CTRL+a |

switch to new window region

CTRL+a tab

remove current window region

CTRL+a X

exit screen

CTRL+a :

lock screen by a password

CTRL-a x
tags: screen