TMUX
tmux new -s {session_name}
tmux a -t {session_name}
백그라운드 실행을 써야하는 상황일때 많이 사용함
session하나에도 윈도우를 여러개 넣을 수 있음
tmux 종료
tmux kill-session -s {세션이름}