본문 바로가기

Useful command

TMUX 명령어/Command 모음

반응형

Create Session

$ tmux # numbers starting from 0 automatically assigned to the created session for its name

or

$ tmux new -s [name]

 

Kill Session

$ tmux kill-session -t [name]

 

Hide & Visible Session

$ ctrl + b + d # hide

$ tmux attach -t [name] # visible

 

Check Current Sessions

$ tmux ls

 

Create a new tab on the current session

$ ctrl + b + c

 

Move to another tab

$ ctrl + b + [tab number]

 

 

 

 

 

'Useful command' 카테고리의 다른 글

nvidia-docker  (0) 2018.04.03
nvidia docker commands  (0) 2017.08.16
Useful command  (0) 2017.07.18