CompTIA
XK0-005 · Question #1881
An administrator set up a new user account called "test". However, the user is unable to change their password. Given the following output: Which of the following is the most likely cause of this…
The correct answer is A. The SUID bit is missing on the /bin/passwd file. Because /bin/passwd isn’t set SUID root (you can see it’s -rwxr-xr-x rather than -rwsr-xr-x), ordinary users lack the privilege to update the shadow file, causing the “authentication token manipulation” error.
Troubleshooting
Question
An administrator set up a new user account called "test". However, the user is unable to change their password. Given the following output: Which of the following is the most likely cause of this issue?
Exhibit
Options
- AThe SUID bit is missing on the /bin/passwd file.
- BThe password provided by the user "test" does not meet complexity requirements.
- CThe user "test" already changed the password today.
- DThe password has been disabled for user "test".
How the community answered
(28 responses)- A82% (23)
- B7% (2)
- C4% (1)
- D7% (2)
Explanation
Because /bin/passwd isn’t set SUID root (you can see it’s -rwxr-xr-x rather than -rwsr-xr-x), ordinary users lack the privilege to update the shadow file, causing the “authentication token manipulation” error.
Topics
#SUID bit#File permissions#Password management#System troubleshooting
Community Discussion
No community discussion yet for this question.
