How to add new user in Linux
Feb 6, 2021
Useradd is a basic Linux command to add new users. We will review how to add new users in Linux with useradd command. A Linux user must belong to a group. If we don’t specify the group info for the new user, this info will be chosen by OS.
- Understanding New User defaults
- How Useradd works?
- Choose Group Info for New User