The Unix Directory Structure II
Any file can be uniquely identified by giving it its absolute pathname. E.g., /usr6/mydir/addr.
The directory you are in is called your current directory.
You can refer to a file by the path relative to the current directory.
“.” stands for the current directory and “..” stands for the parent directory.