Question: Linux command line help for the following: Create a user account for each of the following users. Each user should have a username which consists
Linux command line help for the following:
Create a user account for each of the following users. Each user should have a username which consists of their last name plus the first letter of their first name. So, for example "Sana Sesco" should have a username of "sescos".
Assign user IDs to users by alphabetical order of last names, beginning with ID 1001 for "Jefferson Alls".
Assign group IDs which are equal to the user ID.
The password for each user should be "april2017".
The description for each user should be equal to their full name.
The home directory for each user should be equal /home/username, where "username" is replaced by the user's username.
The shell for each user should be /bin/bash.
Sana Sesco Weston Colgan Karey Esses Mariana Grandberry Myrtie Mazzei
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
