Lecture # 17 - User Management
Creating a new User:
There are two commands that can add a user.
useradd:
useradd is a low level utility. This command is written as sudo useradd [options] [user-name] .
adduser:
adduser is a high level utility. This command is written as su...
devopswithabdullah.hashnode.dev2 min read