C1000-163 · Question #105
If you do not have access to the admin account from the user interface, how to change admin password?
The correct answer is D. /opt/qradar/support/changePasswd.sh -a. Option D is correct because IBM QRadar places its administrative support scripts under /opt/qradar/support/, and the actual script name is changePasswd.sh (abbreviated form) - running it with the -a flag targets the admin account specifically, allowing a password reset without…
Question
If you do not have access to the admin account from the user interface, how to change admin password?
Options
- A/opt/qradar/bin/changePassword.sh -a
- B/opt/qradar/support/changePassword.sh -a
- C/opt/qradar/bin/changePasswd.sh -a
- D/opt/qradar/support/changePasswd.sh -a
How the community answered
(60 responses)- A7% (4)
- B5% (3)
- C13% (8)
- D75% (45)
Explanation
Option D is correct because IBM QRadar places its administrative support scripts under /opt/qradar/support/, and the actual script name is changePasswd.sh (abbreviated form) - running it with the -a flag targets the admin account specifically, allowing a password reset without UI access.
Why the distractors fail:
- A (
/bin/changePassword.sh) has both the wrong directory (bininstead ofsupport) and the wrong script name (changePasswordinstead ofchangePasswd). - B (
/support/changePassword.sh) has the correct directory but uses the full spellingchangePassword- the real script uses the shortenedPasswd. - C (
/bin/changePasswd.sh) has the correct script name but the wrong directory - QRadar keeps this utility undersupport, notbin.
Memory tip: Think "Support = Shortcut" - the support directory holds the script, and Passwd is the short form of "Password." Both the directory and the script name use the "shorter/support" option, pointing straight to D.
Topics
Community Discussion
No community discussion yet for this question.