What is the difference between a hard link and a soft link in Unix?
Answer Posted / nashiinformaticssolutions
• Hard Link: A direct pointer to the file’s data on the disk. Hard links share the same inode number as the original file and continue to exist even if the original file is deleted.
• Soft Link (Symbolic Link): A pointer to the file name rather than the file’s data. It is a separate file with its inode number. If the original file is deleted, the soft link becomes a dangling link, pointing to a non-existent file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is awk called awk?
What is the difference between cat and more command?
Explain command to show the space allocation of files?
How do I use grep to find a file?
What is the size of time_t?
How to find $ai_serual resolved path by using unix
How to display no of records in oracle using unix command?
How does pipe () work?
How do I search for a file in unix command?
What does this command do,"$more readme.txt“?
hw will u use awk in replacing cahrs and files
Describe the zip/unzip command using gzip.
What do chmod command do?
Explain command to display different lines that are found when compare two files?
What is unix command line?