tmux
tmux
Start a new session (CTRL-b + d to detach)tmux ls
List all sessionstmux attach -t 0
Reattach to a sessionscreen
Start a new session (CTRL-a + d to detach)screen -ls
List all sessionsscreen -R 31166
Reattach to a sessionexit
Exit a session