nerdexam
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)
  • A
    6% (2)
  • B
    79% (27)
  • C
    12% (4)
  • D
    3% (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.

Full 202-450 Practice