Question: Why doesn't passwd -l keep a user from logging in via other methods?
- The passwd command is not used for locking passwords.
- There is no password -l option.
- It locks only the password, not the account, so users can still authenticate with keys or other methods.
- It does lock the account, keeping users from logging in even if they are using other authentication methods.
Answer: The correct answer of the above question is Option C:It locks only the password, not the account, so users can still authenticate with keys or other methods.