InterviewSolution
| 1. |
What Is /etc/passwd? |
|
Answer» /etc/passwd is the PRIMARY file in Unix/Linux operating system that stores information about user accounts and can be read by all users. /etc/shadow MANY times is used by the operating system instead due to SECURITY concerns and increased hashing CAPABILITIES. /etc/shadow more often than not is highly restricted to privileged users. /etc/passwd is the primary file in Unix/Linux operating system that stores information about user accounts and can be read by all users. /etc/shadow many times is used by the operating system instead due to security concerns and increased hashing capabilities. /etc/shadow more often than not is highly restricted to privileged users. |
|