tmux

tmux(터미널 멀티플렉서) 실행, session name : dss

1
$ tmux new -s dss
  • 새로운 세션을 dss란 이름으로 만든다는 뜻

세션 종료

1
$ exit

세션 목록보기

1
$ tmux ls

세션 접속

1
$ tmux attach -t dss

윈도우 생성

1
$  ctrl + b, c

윈도우 이동

1
$   ctrl + b, 0-9

윈도우 종료

1
$   ctrl + b, &
You need to set install_url to use ShareThis. Please set it in _config.yml.

Comments