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
Which command is used to create a directory?
Explain command to view process running?
How do you repeat a command in terminal?
What is the command to find hidden files in the current directory?
hw will u use awk in replacing cahrs and files
What is .sh file?
Enlist some filename manipulation commands in unix.
What does sed command do in unix?
How does pipe () work?
Name the unix command to find how many days the server has been up.
What do know about tee command?
Are you in or at the office?
What is used to type command?
What does the metacharacter mean?
How do I use nslookup?