LPIC-1 Exam 101 v5 (Linux Administrator) — Question 31

When considering the use of hard links, what are valid reasons not to use hard links?

Answer options

Correct answer: C

Explanation

The correct answer is C because hard links are limited to the filesystem they were created on and cannot link to files in other filesystems. Options A and B are incorrect; while ext4 does support hard links, ownership and permissions issues are not inherent to hard links themselves. Option D is also not universally true, as creating hard links typically does not require specific software like suln. Option E is incorrect because changes to a hard link do not create a new copy but affect the original file.