Linux Symbolic/Hard Links
To understand links in a file system, you first have to understand what an inode is. In linux there are two types of links :– Soft/Symbolic Links– Hard Links Hard Links Every file on the Linux filesystem starts with a single hard link.The link is between the filename and the actual data stored on the …