Create groups
May 28,93To create groups in Linux, you can use a tool called addgroup. addgroup is a friendlier front-end to the low …
Read MoreLinux groups
May 28,93A group in Linux is a collection of accounts that can be given special permissions on the system. For example, …
Read MoreChange passwords
May 28,93The passwd command is used to change passwords of Linux users. To change a password of a specific user account, …
Read More/etc/shadow file format
May 28,93Most modern Linux distributions use the /etc/shadow file to store encrypted password data. Passwords are stored using a hash (a one-way type …
Read More/etc/passwd file format
May 28,93Linux stores most account features in the /etc/passwd file. It is a text-based file with with seven fields for each …
Read MoreManage passwords
May 28,93The chage command can be used to view and change a user account’s password expiration information. The root user can modify information …
Read More