ssh to scs.dsc.umich.eduhostname to confirm.506 as follows: tmux new -s 506echo Window 0cntrl+b cecho Window 1cntrl+b n and cntrl+b p to navigate between windows.echo Pane 0cntrl+b " (i.e. cntrl+b shift+')echo Pane 1cntrl+b [up arrow] and cntrl+b [down arrow] to move betwen panes.~/506/test/1 using mkdir -p $Home/506/test/1cntrl+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 (repond y for yes) to kill a single pane.exit to exit the entire window.You will learn more about tmux by reading A tmux Primer by Daniel Meissler.