Using symbolic links

Using symbolic links

Your files (and directories) may be located on several different file systems. To link files that are in different file systems you need to make a symbolic link.

To make a symbolic link use the command:

   ln -s source linkname

Top document