Linux Symbolic-Link & Hard-Link – Real Use Case
HARD-LINK A hard link creates an additional name for the exact same data on your disk. The system does not copy the file but simply adds a new entry to the directory table pointing to the same file ID or inode. Both names are equally valid and share the same physical storage space. The actual
