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 does the md command do?
What is a command and examples?
What are the general commands in using unix os for a beginner?
How do I open a port?
How can you see the command line history?
Why is it called grep?
What is awk good for?
What is pipe command in unix?
Which unix command lists files/folders in alphabetical order?
What are bash commands?
Which command will print your home directory on screen?
Write a command to display a file’s contents in various formats?
Write a command to kill the last background job?
How to find $ai_serual resolved path by using unix
what is the advaantage of each user having its own copy of the shell?