Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This assignment is designed for creating a long list of users. You don't want to sit in front of a computer to create thousand of
This assignment is designed for creating a long list of users. You don't want to sit in front of a computer to create thousand of users manually.
There are three tasks in this assignment. First, to write a shell script that can read a list of name from a file and create an user account with randomly generated password for each user. The user account info usernames and passwords should be stored in a new file. Second, to write a shell script that can delete a list of users including their home directories. Third, to write a shell script that can delete a list of users but keep their home directories. The second and third scripts will read from the same input file that contains the names of users.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started