1. Linux

1.1. Usage

  • Log in as smru on the tbhf-anc-mrm server.

  • Enter the following commands at a Command Line.

    man tmux                # Show tmux manual page.
    tmux ls                 # List any tmux sessions.
    tmux                    # Start tmux session.
    tmux new-session -s IT  # Start new tmux session with name "IT".
    tmux attach -t IT       # Attach to tmux session with name "IT".
    Ctrl+B d                # Exit tmux session.
    exit                    # Close tmux session.