thyecust / blog

0 stars 0 forks source link

why tmux #7

Open thyecust opened 2 years ago

thyecust commented 2 years ago

read:https://askubuntu.com/a/220880

How to keep processes running after ending ssh session?

short answer:

  1. ssh into the remote machine
  2. start tmux by typing tmux into the shell
  3. start the process you want inside the started tmux session
  4. leave/detach the tmux session by typing Ctrl+b and then d