A symbol link is a filename that links to another file. Consider the case on a
UNIX box where three different mail packages are available. The administrator
only wants to reference the mail using the command “mail”, so the filename is
made to point to (or reference) the desired mail package.
When the administrator runs the command “mail”, the appropriate mail package that is referenced by the symbolic link runs. In Windows, a similar capability is known as a shortcut.