InterviewSolution
Saved Bookmarks
| 1. |
How to enhance the security of password file in Linux? |
|
Answer» For enhanced security, a shadow copy of the PASSWORD file is made, which stores hashed passwords of all the users. The hashed password is a long string of characters, GENERATED based on the HASHING method used. Read further for more questions on security in our LIST of Linux interview questions. |
|