Difference Between Hard link and Soft link in Linux
Hard link can be crated on same filesystem. It has same inode (inode is one of the data structure in Linux kernel which keeps information about file). Here is the command to create hard link, ln file1 file2
Hard link has some limitation like, hard li...
sre.hashnode.dev1 min read