whats the difference between symbolic link and hard link
Sigiloso
i could not explain it properly at first but due to a little nervousness i couldnt. then i just wanted to let them know that symbolic link is like a shortcut to another file. where hard link is an alias of the original file. so if the original file is deleted, the hard link still should work, because it points to the underlying inode.