Symbolic Links Semantics
- When "reading" a symbolic link, we actually read the contents of the
actual file the link points to.
- When there is a symbolic link to a directory, and we
cd into it, we actually switch into the directory
the link points to.
- If we then cd .., we switch into the directory
containing the linked directory, rather than into the directory
containing the symbolic link.
Originally written by
guy keren