nerdexam
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

XK0-005 question #1881 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)
  • A
    82% (23)
  • B
    7% (2)
  • C
    4% (1)
  • D
    7% (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.

Full XK0-005 Practice