the difference between a soft link and a hard link?
Answer Posted / srinivasan
Soft Link:
1. It can be created across file system
2. Different inode number than original file.
3. On deleting original file soft link cannot be accessed.
4. Can be created on a file or directory.
5. Source file need not exist for soft link creation.
6. Need extra memory to store data of original file.
7. Access to the file is slower due to overhead to access
file.
Hard Link:
1. Only within file system.
2. Same inode number as original file.
3. It can still be accessed.
4. Only on files.
5. Source file should exist.
6. Not required.
7. Faster than soft link.
Thanks,
Srini
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens when we execute a unix command?
Explain mount and unmount command.
How to find $ai_serual resolved path by using unix
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are the unix commands?
What is awk command used for?
How to display no of records in oracle using unix command?
What is the use of egrep command in unix?
How do I open a port?
What is time_t?
What does sed command do in unix?
Who wrote grep?
What is the functionality of a top command?
Can you enlist some commonly used network commands?
What is unix command?