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
Is grep faster than awk?
What are reported commands?
How do I delete files from command prompt?
How does pipe () work?
What command is used to switching between users in unix?
What are the dos commands?
Using unix command how to display no of records in oracle?
What does the md command do?
What is the use of sed command in unix?
How do you repeat a command in terminal?
What are the general commands in using unix os for a beginner?
What is awk command used for?
Write a command to display a file’s contents in various formats?
What is the search command in unix?
Who command in unix operating system?