Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Project Proposal This project is designed to give you exposure to basic concepts discussed in this course. You may select any supporting technologies you are

Project Proposal
This project is designed to give you exposure to basic concepts discussed in this course. You may select any supporting technologies you are interested in, and any topics you prefer:
Account Management. Single Sign-On, Google suite, MS Office 365, Authentication vs. authorization, Multi-factor authentication (MFA)File and directory layout. Lightweight Directory Access Protocol (LDAP), Active Directory. File Systems (NTFS, FAT). File permissions. OpenIDThe project proposal should contain the following sections:
Phase II: Project development
Solution Overview:
Brief Description: The proposed solution involves the creation of separate directories with their own clearance and passwords, so that even if a lower level
employee got into the directory, while they might be able to see the files, they would not be able to do anything with them.
Justification of the selected solution:
Easy to set up: The Linux OS allows for incredibly easy creation of different file directories, each with their own access requirements and clearances. With the implementation of a few simple commands, the system is set up and ready to go company-wide
Simple to understand: Employees can easily pick up where they're allowed to read, delete, or modify files, regardless of their computer knowledge! It's as simple as showing the employee what directories they are able to access. From then on, if an employee intentionally or accidentally attempts to access files only available to higher-ups, they will be denied all access and unable to view the information.
Flexibility: This system is very flexible, meaning that if employees get terminated, promoted or reassigned, their access levels can be changed accordingly. This gives peace of mind to directors and managers, knowing that their employees can be reassigned to different access levels with minimal effort on their end.
Implementation:
33
=1.
Create Groups for the organization based on roles:
Create Directories for each group for storage and programs:Set each group as the owner of their respective directory:
Set each directory to read, write and execute so workers can conduct business:
Ensure that management can read and execute in the employee and intern directories, this makes sure that workers are doing as their told and management can collect their work:
\table[[,logan@logan-VirtualBox:,Q,-=,-],[\table[[Logan@logan-VirtualBox: $ sudo],[logan@logan-VirtualBox: $ sudo],[Logan@logan-VirtualBox: $ sudo],[Logan@logan-VirtualBox: $ sudo],[logan@logan-VirtualBox: $]],\table[[chown -R :admin Data],[chmod -R 770 Data],[setfacl -R -m g:admin:rwx D],[setfacl -R -m d:g:admin:rwx]],,,]]
Ensure that the admin group has access to the whole system, with read, write and execute permissions for all directories and ensure that new admins added to the group have the same permissions:
To add users to groups, type the following commands (couldn't actually run the commands since I'm the only user on my system):
sudo usermod -aG admin usernam admin sudo usermod -aG management username_management sudo usermod -aG employee username_employee sudo usermod -aG intern username_intern
Advantages and Disadvantages of the Proposed Solution:
Conclusion:
Can you please write the conclusion of this project please
Thank you
image text in transcribed

Step by Step Solution

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

Essentials of Database Management

Authors: Jeffrey A. Hoffer, Heikki Topi, Ramesh Venkataraman

1st edition

133405680, 9780133547702 , 978-0133405682

More Books

Students also viewed these Databases questions

Question

What is the typical class size?

Answered: 1 week ago