What is USERADD command?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is USERADD command?
Rating:
The
- Reads the /etc/login.defs file to get default values required for creating an account.
- Checks parameters to override default values, if required.
- Creates a new user entry, according to default values and parameters, in the /etc/passwd and /etc/shadow files.
- Creates new group entries in the /etc/group file, if required.
- Creates a home directory for the user.
- Copies files located in the /etc/skel directory to the new home directory. The files include login and application startup scripts.
Rating:
Was this information helpful?