- 세션 시작
tmux new -s mysession
- 세션 종료
tmux kill-session -t mysession
- 세션 리스트
tmux ls
- 세션 접속
tmux attach -t mysession
- 세션 화면 빠져나오기
ctrl+b
후 d
[참고]
- https://www.redhat.com/sysadmin/introduction-tmux-linux#:~:text=To%20start%20using%20tmux%2C%20type,window%2C%20and%20attaches%20to%20it.
- https://tmuxcheatsheet.com/
728x90
'개발' 카테고리의 다른 글
[ubuntu] 좀비 프로세스 죽이기(defunct) (1) | 2024.01.13 |
---|---|
[python] multiprocessing 사용법 (0) | 2023.09.30 |
[Docker] Docker 용량 정리 (0) | 2023.08.30 |
[웹개발] (2) Nginx로 Load Balancer + SSL 적용하기 (0) | 2023.08.06 |
[웹개발] (1) Nginx로 Load Balancer 적용하기 (2) | 2023.08.06 |