nerdexam
LPI

202-450 · Question #15

There is a restricted area in an Apache site, which requires users to authenticate against the file /srv/www/security/site-passwd. Which command is used to CHANGE the password of existing users…

The correct answer is B. htpasswd /srv/www/security/site-passwd user. You've hit your weekly limit · resets 5am (America/New_York)

209 Web Services

Question

There is a restricted area in an Apache site, which requires users to authenticate against the file /srv/www/security/site-passwd. 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/site passwd user
  • Bhtpasswd /srv/www/security/site-passwd user
  • Chtpasswd -n /srv/www/security/site-passwd user
  • Dhtpasswd -D /srv/www/security/site-passwd user
  • ENone of the above.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    75% (24)
  • C
    13% (4)
  • D
    3% (1)
  • E
    6% (2)

Explanation

You've hit your weekly limit · resets 5am (America/New_York)

Topics

#htpasswd#Basic authentication#Apache user management#password file

Community Discussion

No community discussion yet for this question.

Full 202-450 Practice