ssh
to login.itd.umich.edu
hostname
to confirm.506
as follows: tmux new -s 506
echo Window 0
cntrl+b c
echo Window 1
cntrl+b n
and cntrl+b p
to navigate between windows.echo Pane 0
cntrl+b "
(i.e. cntrl+b
shift+'
)echo Pane 1
cntrl+b [up arrow]
and cntrl+b [down arrow]
to move between panes.~/506/test/1
using mkdir -p $Home/506/test/1
cntrl+b %
(i.e. cntrl+b shift+5
)~/506/test/1
. Then type pwd
.~/506/test
and type pwd
.~/506
and type pwd
.cntrl+b [space]
to swap pane layouts.cntrl+b d
to detach from the tmux session.tmux ls
to list your tmux sessions.tmux a -t 506
to attach to the 506
session.cntrl+b x
(respond y
for yes) to kill a single pane.exit
to exit the entire window.You will learn more about tmux by reading Tactical Tmux by Daniel Meissler.