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

Running chmod 640 filea.txt as a regular user doesn't update filea.txt's permission. What might be a reason why chmod cannot modify the permissions? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The correct reasons are A and B. A is valid because a regular user cannot change permissions on files they do not own. B is also correct as symbolic links have fixed permissions that do not allow modification. The other options either misinterpret the functionality of the sticky bit, hard links, or SetUID, which do not apply to this scenario.