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 delete all files in the current directory and all its sub-directories?
What are some command words?
what is the advaantage of each user having its own copy of the shell?
What is the pipe command?
What is the command to compare two files in unix?
What does find command return in unix?
What is the use of find command in unix?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What is merge command in unix?
What is grep short for?
What does the “echo” command do?
Who invented grep?
What is the difference between awk and grep?
What does 'mkdir' command do in UNIX?
What is the use of finger command?