Mastering Linux User and Group Administration: Essential Commands for Devops.
User Administration Commands
1) Create a New User Account#useradd user1to chk user detail#grep user1 /etc/passwd#grep user1 /etc/shadow
2) Assign a Password to User#passwd user1give the password(2 times)to chk#grep user1 /etc/shadow
3) to chan...
shahrukh086.hashnode.dev2 min read