exam questions

Exam 303-200 All Questions

View all questions & answers for the 303-200 exam

Exam 303-200 topic 1 question 20 discussion

Actual exam question from LPI's 303-200
Question #: 20
Topic #: 1
[All 303-200 Questions]

Which of the following commands disables the automatic password expiry for the user usera?

  • A. chage --maxdays none usera
  • B. chage --maxdays 99 usera
  • C. chage --maxdays -1 usera
  • D. chage --lastday none usera
  • E. chage --lastday 0 usera
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
http://www.tutorialspoint.com/unix_commands/chage.htm

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Selected Answer: C
C is correct. man chage: -M, --maxdays MAX_DAYS Set the maximum number of days during which a password is valid. When MAX_DAYS plus LAST_DAY is less than the current day, the user will be required to change their password before being able to use their account. This occurrence can be planned for in advance by use of the -W option, which provides the user with advance warning. Passing the number -1 as MAX_DAYS will remove checking a password's validity.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...