PASSWORD FILE

/etc/passwd is a text file that contains the attributes of (i.e., basic information about) each user or account on a computer running Linux or another Unix-like operating system. DESIGN The permissions for /etc/passwd are by default set so that it is world readable, that is, so that it can be read by any user on … Read more

SHADOW FILE

SHADOW FILE In Unix-like operating systems, /etc/shadow is used to increase the security level of passwords by restricting all but highly privileged users’ access to hashed password data. Typically, that data is kept in files owned by and accessible only by the super user. DESIGN Systems administrators can reduce the likelihood of brute force attacks … Read more