Linux Authentication
People who are used to working on a Windows-based system will no doubt discover that administration on a Linux system is very different. For instance, authentication information such as a list of users is kept in a text file. This file, /etc/passwd, controls who can and cannot log on to the system.
For a user to log on to the system, a valid username and password combination must be supplied. Both of these pieces of information are case sensitive.