Answers for "what is tmux a command"

0

tmux commands

# List Existing Sessions
tmux ls

# Start New Session With Name
tmux new -s <Session Name>

# Attach To An Existing Session
tmux attach-session -t <Session Name>

# Detach From The Current Session
Ctrl+B D
Posted by: Guest on October-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language