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
What are bash commands?
What is grep in bash?
What is the nmap command?
What is the general format of unix command syntax?
Enumerate some of the most commonly used network commands in unix?
Why is shebang used?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What are some command words?
How do I run a bash script?
What are the dos commands?
Differentiate cat command from more command.
Explain the steps that a shell follows while processing a command.
What is the command to find hidden files in the current directory?
What does sed command do in unix?
What is command statement?