Intermediate Operating Systems
Q44 / 100

What is the difference between hard links and symbolic links?

Correct! Well done.

Incorrect.

The correct answer is B) Hard links share an inode directly; symbolic links store a path and break if the target is deleted

B

Correct Answer

Hard links share an inode directly; symbolic links store a path and break if the target is deleted

Explanation

Hard links: multiple directory entries pointing to the same inode. Deleting one doesn't affect the file. Symbolic (soft) links store the path — deleting the target breaks the link.

Progress
44/100