User and Group Management in Linux
User Management:
Adding user:
Command: useradd <user name>
Note: You should use the flag -m while creating a user. It will create the folder for the user in /home directory.
Updating user password:
Command: passwd <user name>
To check user properti...
devopsabhi.hashnode.dev5 min read