How to Create and Manage Users and Groups on Linux

User and group management is an essential aspect of maintaining a secure and organized Linux system.

Table of Contents

User and group management is an essential aspect of maintaining a secure and organized Linux system. Creating separate user accounts and assigning them to groups with specific permissions ensures that each user has the appropriate access to system resources. In this guide, we will show you how to create and manage users and groups on your Linux system.

Steps

Step 1: Open Terminal

Open the terminal by pressing Ctrl + Alt + T on your keyboard or by searching for it in the applications menu.

Step 2: Create New User

To create a new user account, use the useradd command followed by the new username:

sudo useradd new_user

Replace new_user with the desired username.

To set a password for the new user, use the passwd command:

sudo passwd new_user

Enter a strong password when prompted.

Step 3 (Optional): Customize User Settings

You can customize various settings for the new user during the account creation process. Some common options are:

-c: Add a comment (usually the user’s full name)
-d: Specify the user’s home directory
-m: Create the user’s home directory if it doesn’t exist
-s: Set the user’s default shell
-G: Add the user to supplementary groups

For example, to create a user with a custom home directory, shell, and full name, use the following command:

sudo useradd -d /home/custom_directory -s /bin/bash -c “Full Name” new_user

Step 4: Create New Group

To create a new group, use the groupadd command followed by the new group name:

sudo groupadd new_group

Replace new_group with the desired group name.

Step 5: Add Users to Groups

To add a user to a group, use the usermod command with the -a (append) and -G (groups) options:

sudo usermod -a -G group_name user_name

Replace group_name with the name of the group and user_name with the name of the user you want to add.

Step 6: Remove Users and Groups

To remove a user, use the userdel command:

sudo userdel user_name

To remove a user’s home directory and mail spool, use the -r option:

sudo userdel -r user_name

To remove a group, use the groupdel command:

sudo groupdel group_name

Step 7: List Users and Groups

To list all users on the system, use the command:

getent passwd

To list all groups on the system, use the command:

getent group

Conclusion

Managing users and groups on a Linux system is crucial for maintaining a secure and organized environment. By following the steps in this guide, you can create, modify, and remove users and groups, as well as manage their permissions and settings. Proper user and group management will help you control access to system resources and prevent unauthorized activities.

Please Leave Feedback in the Comments

More to Explore

Why MALIBAL?

In a market saturated with well-known laptop brands, MALIBAL stands out as a unique choice for discerning users.

Read More »

Leave a Reply

Search

Type in a question or keyword below
Search

FAQ

Questions and Answers
Who is MALIBAL?

MALIBAL is an innovative technology company that produces high-performance, custom Windows laptops and Linux laptops for developers and content creators; mobile workstations for engineers, scientists, video editors, 3D modelers, and animators; and mobile servers for enterprise applications.

More

Why MALIBAL?

In a marketplace dominated by large corporations, MALIBAL offers a refreshing alternative that focuses on open-source support, the right to repair, hardware integration in the USA, personalized US-based customer support, and the unique combination of customization and high-performance technology in sleek, user-friendly designs.

More

Are all the parts soldered to the motherboard?

In many modern laptops, especially thin and light models (like Apple’s MacBook Air or Pro, Dell’s XPS 13, or many of Lenovo’s ThinkPad X1 Carbon models), the memory, storage, battery, and wireless module are often soldered directly onto the motherboard.

However, as part of our commitment to the Right to Repair Movement, the memory, storage, battery, and wireless module on all MALIBAL laptops are user-upgradeable or user-replaceable.

Can your laptops be charged or powered via USB-C?

All MALIBAL laptops can be powered via the Thunderbolt 4 port.

How do I track my order after it ships?​
You can view your tracking status via the order details page in your account.
How do I get a quote?

If you need a quote for any reason, e.g., to submit to accounting for approval, before ordering, simply add the laptop(s) you want to purchase to the Cart, then click Checkout, and on the checkout page, click Convert Cart to Quote. We will email you a PDF of the quote with a link to make payment once you are ready to complete the order.

How do I cancel an order?

You may cancel an order any time up until it ships. After it ships, you will not be able to cancel it, but will instead have to use our return policy in order to return the laptop for a refund. To cancel an order, simply open a sales ticket or sales chat and give the representative your order information, and they will cancel the order for you and send you confirmation via email and text.

How do I make a change to my order?

You may make changes to your order up until it ships. To modify an order, simply open a sales ticket or sales chat and give the representative your order information and specify which changes you want to make.

When is my order shipping?

If all parts are in stock, the average build time for laptops is 5-7 business days. This means laptops will ship 5-7 business days after the order is placed. If a component is backordered, it will say which parts are backordered in your order confirmation email.

To see the estimated delivery date of your laptop, please check your order confirmation email for the Estimated Delivery Date. You can also see this information on your My Account > Order Details page. The estimated delivery date is the build time (plus backorder delay, if applicable) plus the shipping time.

Once your laptop ships out, we will email you the tracking information. An adult will need to be at the address to sign for the package when it arrives.