Question: Part 1 : Administer Linux users and groups ( 5 0 points ) Specification Log in as root if you have not already done so

Part 1: Administer Linux users and groups (50 points)
Specification
Log in as root if you have not already done so.
Complete this part using the command line tools learned in IST190, not the GUI.
Create the following users: moe, larry, and curley
Set the user password for each of these new users created in the previous item to redhat.
Create a supplementary group called stooges with a group ID of 21000.
Create a supplementary group called funny.
Create a supplementary group called notsmart.
Create a supplementary group called actors.
Add the users moe and larry to the stooges and funny groups as a supplementary group.
Confirm that moe has been added using the two-letter command we learned in class (it starts with
an " i").
Continue adding the remaining users to groups as follows:
a. Add larry and curley to the notsmart group
b. Add curley to the stooges group
c. Add all of three users created in step 3 to the actors group
Verify the supplemental group memberships by examining the correct group membership
configuration file.
Deliverables
Run the following two commands to document the users and groups have been created and
configured as instructed:
cat /etc/passwd &>/home/practicetest/part1deliverable1passwd.txt
cat /etc/group &>/home/practicetest/part1deliverable2group.txt
Run the following command to document the commands were entered correctly:
history >/home/practicetest/part1deliverable3history.txt
Upload the following files to this exam assignment in Blackboard:
/home/practicetest/part1deliverable1passwd.txt
/home/practicetest/part1deliverable2group.txt
/home/practicetest/part1deliverable3history.txt
give me the codes step by step and how I have to write it
Part 1 : Administer Linux users and groups ( 5 0

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!