A beginner’s guide to using hard links in linux
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 filesystem. Even if you delete the original file, the hard link will still has the data of the original file because the hard link acts as a mirror copy of the original file. […]
The post A beginner’s guide to using hard links in linux appeared first on The Linux Juggernaut.
Read More