Lab 1 Notes
Linux
See Linux Basics.
Extra Instructions for Lab
- Start with sections 1, 2, 4, 5.1.
- Skip tutorial sections 3, 5.2-5.5, 6, 7, and return after finishing
the lab worksheet.
- Finish the tutorial at home if you run out of time.
Confusing Points
- The shell shortcut "~" means the same thing as "~YOUR_NAME". So, all
of the following commands do the same thing:
- cd
- cd ~
- cd ~YOUR_NAME
- ~X is not the same thing as ~/X.
- ~X means "X's home directory"
- ~/X means "folder/file X in MY home directory"