Locations
• cd – change directory
• / – root directory
• ./ – current working directory
• ./[filename] ¬– run an executable file in the current directory
• ../ – parent directory
• ~ – home directory
Username symbols
• $ – regular user prompt
• # – super user (root) prompt
Last...