More in tshell -- earlier you learned to use <ctrl>-p to get the previous unix command on the command line (and to cycle through that list). You can also edit the command line using regular emacs commands. This is useful if you have just typed a long command that is ALMOST what you want. Commands I use a lot: <ctrl>-a -- move to beginning of line, <ctrl>-f -- move forward 1 character, <ctrl>-d -- delete a character. Remember, you can always add characters to the middle of the line too!
Just hit return when your changes are done and the new command will be executed.
The cd command is used to change directories. Notice that
cd ..
will move you up one directory. Also
cd
(with no arguments) should bring you back to your "home" directory.
cd ~username
will put you in username's top-level directory.
Reading: D&D, Chapters 1-4.5
Exercises: Prepare for Exam!