What is the difference between a hard link and a soft link in Unix?
Answer / 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 |
What does mkdir up2date; touch outdated up2date do?
Which command can you use to find the currently running process in unix server?
How do you change file permissions and ownership in Unix?
How i'll delete a particular line from the file? Please give answer as soon as possible. Thanks in advance.
What is the behavioural difference between cmp and diff commands?
What do chmod, chown, chgrp commands do?
Enlist some filename manipulation commands in unix.
what is kernel?
What is grep in bash?
what is the command to find out which shell you are running?
How do I clear my terminal history?
What is grep r?