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 is ctrl d?
What is the functionality of a top command?
what is the command to list all files in a directory, including the hidden files in UNIX ?
How would you change all occurrences of a value using VI?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
what do you understand by 'building block primitive'?
How to identify whether a file is normal file or directory?
How do you find files in Unix?
How to remove a crontab file?
How do you stop a running process?
What is the behavioural difference between cmp and diff commands?
How do you find path of a directory? Give its syntax.