linux shell

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

/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

Modify users

May 28,93

To modify existing user accounts using the GUI tool, click on the System Setting button on the left side of your …

Read More

Delete users

May 28,93

In Ubuntu, you can delete users using shell commands or the GUI tool. Delete users using the GUI tool To …

Read More
Geek University 2022