All email coming to you from outside the campus will be directed to one computer which has been designated as your mailhome. To change/confirm your mailhome, type the command mailhome. This command may also be used to establish the preferred form of your email ``stamp'', the email address put into the header of your outgoing email. If possible, choose the form First.Last@Colorado.EDU (e.g. Jane.Smith@Colorado.EDU), since this will work as long as you are at C.U., regardless of which computer(s) you work with in the future.
pascal> talk jjones@math.colostate.edu
If Jenny Jones is currently logged on to that computer,
a message will appear on her console window,
informing her that you want to talk.
If she then types the correct response,
math> talk smith@pascal.colorado.edu
then both she and you will see the words
``(Connection established)'' at the top of your
respective terminal windows, and a line
drawn across the middle of the window.
Whatever you type will appear in the top half,
whatever she types will appear in the bottom half,
and you can type simultaneously.
Just like the telephone, except different.
To quit, either one of you can type Control-C.
pascal> rlogin spot.colorado.edu
You will be prompted for your password for that computer.
pascal> finger smith
pascal> finger smith@spot.colorado.edu
pascal> finger @spot.colorado.edu
pascal> ftp spot.colorado.edu
Connected to spot.Colorado.EDU.
Name (spot:smith): smith
Password:
230 User smith logged in.
ftp> ascii
ftp> put info.txt
226 Transfer complete.
ftp> binary
200 Type set to I.
ftp> get a.out
226 Transfer complete.
ftp> quit
pascal>
Other commands include dir, pwd,
cd and lcd,
mget and mput,
and prompt.
See the manual pages for ftp.