Linux screen options and shortcuts

신석진( Seokjin Shin)·2021년 8월 7일
0

options

screen -dmS ${sessionName} [command] # 새로운 세션을 열고 detached된 상태에서 명령을 수행한다.
screen -x ${sessionName} #해당 세션에 동시 접속한다.

shourtcuts

Ctrl + a, d # session detach
Ctrl + a, k # session kill
Ctrl + a, c # new session
Ctrl + a, [num] # change page number
Ctrl + a, esc #copy mode(can page up/down)

0개의 댓글