How do you Create soft link with ln command in Linux / UNIX?

Posted by Jiltin     Tags: , 26 June, 2009    7,910 views    (0) Comment

To make links between files you need to use ln command. A symbolic link (also known as a soft link or symlink) consists of a special type of file that serves as a reference to another file or directory. Unix/Linux like operating systems often uses symbolic links. Two types of links There are two types of links * symbolic links: Refer to a symbolic path indicating the abstract location of another file * hard links : Refer to the specific location of physical data. How do I create soft Read Full Article (Click here)...

Categories : Scripts Unix Tags : ,