Linux Basic Series: User and Group Management(P4)
This is the 4th part of 7 part series where I explain the Basics of Linux.
Creating and managing user accounts
Create new user accounts
The 'useradd' command is used to create new user accounts.
sudo useradd new_user
This command adds a new user wit...
abhishek569.hashnode.dev2 min read