relative path

The relative path of a file or directory is the path from the current working directory to file or directory. 
The following is a relative path to the same file, assuming the user’s current directory was set to /home/smith.
```
data/zoo.txt
```