Some Special File Names
- Some file names are special ...
- / -- The root directory (don't confuse this with the root user)
- . -- The current directory
- .. -- The parent directory
- ~ -- The home directory (usually)
- Examples:
- ./a
- ../jane/x
- Go up one level, then find jane/x
Notes:
No notes for slide 13