# Path

The address of a file or folder, like /home/user/notes.txt.

Also called: path.

## Covered in these lessons

- [Where am I: pwd and ls](https://zero2vibecode.com/learn/terminal-basics/1-1-pwd-and-ls)
- [Moving around: cd](https://zero2vibecode.com/learn/terminal-basics/1-2-moving-with-cd)
- [Absolute and relative paths](https://zero2vibecode.com/learn/terminal-basics/1-3-absolute-and-relative-paths)
- [Making things: mkdir and touch](https://zero2vibecode.com/learn/terminal-basics/1-4-mkdir-and-touch)
- [Deleting: rm and the missing trash can](https://zero2vibecode.com/learn/terminal-basics/2-4-deleting-safely)

Source: https://zero2vibecode.com/glossary/path
