Linux

Create groups

May 28,93

To create groups in Linux, you can use a tool called addgroup. addgroup is a friendlier front-end to the low …

Read More

Linux groups

May 28,93

A group in Linux is a collection of accounts that can be given special permissions on the system. For example, …

Read More

Change passwords

May 28,93

The 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,93

Most 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,93

Linux stores most account features in the /etc/passwd file. It is a text-based file with with seven fields for each …

Read More

Manage passwords

May 28,93

The chage command can be used to view and change a user account’s password expiration information. The root user can modify information …

Read More
Geek University 2022