Helpful Linux Commands

Helpful Linux Commands

TUMUX - Keep processes running after ending SSH session

  • ssh into the remote machine

  • start a tmux session by typing tmux new -s <name> into the shell

*at this point, you can quit the terminal window and your session will be saved

  • show the list of sessions by typing tmux ls

  • attach the tmux session by typing tmux a -t <name>

  • kill the tmux session by typing tmux kill-session -t <name>