Getting Started: two options.:
% ssh
name@statgen.stat.washington.edu
where
name is your UW NetID.
Don’t actually type the % sign—it’s just there to denote the
prompt that should already be sitting on your screen. Your prompt sign may
be a ``$'' sign instead of a %, or something else.
% ssh -X
name@statgen.stat.washington.edu
That way, if you ever want to use X-windows graphics (for example for Pedfiddler) it should work.
% which PHASE
% mkdir My550
% cd My550
Of course, you can make directories of different names for the different labs, and or a hierarchy of subdirectories. Or you can just put everything in one directory, even your home directory.