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