InterviewSolution
Saved Bookmarks
| 1. |
In Order To Improve Your System's Security You Decide To Implement Shadow Passwords. What Command Should You Use? |
|
Answer» The pwconv COMMAND creates the FILE /etc/shadow and changes all PASSWORDS to 'X' in the /etc/passwd file. The pwconv command creates the file /etc/shadow and changes all passwords to 'x' in the /etc/passwd file. |
|