How do you create users? Where user information is stored?
Answer
Command to create users is useradd
Syntax:
useradd [options] Username
There are 2 configuration files, which stores users information
/etc/passwd- Users information like, username, shell etc is stored in this file/etc/shadow- Users password is stored in encrypted format