Question: In this final assignment, you will create a new script that will simplify the administrative task of creating new secured users on a Linux box.
In this final assignment, you will create a new script that will simplify the administrative task of creating new secured users on a Linux box. Recall that in Ubuntu, a new user's home directory is open to other users and not considered secure, so lock it down.
Create a new script that will:
1. Provide an easy interface for admins to setup a new user.
2. Secure the new user's home directory.
3. Determine is the new user is an admin and provide the security rights needed.
4. If not an admin, will determine what group rights to provide.
5. Force password policies.
Step by Step Solution
3.49 Rating (152 Votes )
There are 3 Steps involved in it
To address this task Ill guide you through a structured approach to create a script that meets the specified requirements This script will use shell s... View full answer
Get step-by-step solutions from verified subject matter experts
