Advanced Linux Commands {grep/awk}|| Day 5
Commands to create user in linux :
This command is used to create a user and create a directory for the same user name.
sudo useradd Abhishek-devops -m
This command is used to check if Abhishek-devops user is created.
sudo cat /etc/passwd
Co...
abhivishwa.hashnode.dev3 min read