LPI
202-450 · Question #349
There is a restricted area in a site hosted by Apache HTTPD, which requires users to authenticate against the file /srv/www/security/sitepasswd. Which command is used to CHANGE the password of…
The correct answer is B. htpasswd /srv/www/security/sitepasswd user. You've hit your weekly limit · resets 5am (America/New_York)
209 Web Services
Question
There is a restricted area in a site hosted by Apache HTTPD, which requires users to authenticate against the file /srv/www/security/sitepasswd. Which command is used to CHANGE the password of existing users, without losing data, when Basic authentication is being used?
Options
- Ahtpasswd -c /srv/www/security/sitepasswd user
- Bhtpasswd /srv/www/security/sitepasswd user
- Chtpasswd -n /srv/www/security/sitepasswd user
- Dhtpasswd -D /srv/www/security/sitepasswd user
How the community answered
(34 responses)- A6% (2)
- B79% (27)
- C12% (4)
- D3% (1)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#htpasswd#Basic authentication#password management#Apache auth
Community Discussion
No community discussion yet for this question.