A linked file is a file that contains a reference to another file or directory. There are two types on linkes soft and hard. A hard link can not access folders on a diffrent volume, where as soft links can. Heres how to create soft link files. ln -s source_file link_name ln -s /media/Gama Gama [...]
[ Read More → ]