User Management & Group Management on Linux
Create a user and an account
adduser mbubur
Create a Password for user mbubur
passwd mbubur
Adding new user ( mbubur) to the sudo group
usermod -aG sudo mbubur
Switch User from root to mbubur user
su mbubur
Logout from the current user or press "...
mahbubur.hashnode.dev2 min read