Link Files in linux
2 types of link files are present in linux:
Soft link and Hard link
Soft linkHard link
Shortcut fileBackup file
size of link file is equal to the no of chars in original filenamesize of both files are same
If original file is deleted, link i...
venkateshwar.hashnode.dev1 min read