Introduction
When you work with files and folders on your computer, you need to tell the system where to find them. Absolute and relative paths are two ways to do this. Absolute paths give the full address from the root, while relative paths give the address from where you currently are.
When you want to open a file from anywhere on your system without confusion.
When you are inside a folder and want to access a file nearby without typing the full address.
When writing scripts that need to work regardless of where they are run from.
When moving between folders in the terminal and running commands on files.
When linking files or folders in configuration files or shortcuts.