Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft Visual C# An Introduction to Object-Oriented Programming

Authors: Joyce Farrell

7th edition

978-1337102100

More Books

Students also viewed these Programming questions