Question: Demonstrate Linux system administration skills by creating a step - by - step guide that outlines how to complete a series of essential tasks on
Demonstrate Linux system administration skills by creating a stepbystep guide that outlines how to complete a series of essential tasks on a freshly installed Fedora or Red Hat Enterprise Linux RHEL system.
Your guide should be clear, detailed, and written as though you are teaching someone else how to complete the tasks.
Each step must include:
The exact commands to use.
Explanations of what the commands do
Any assumptions or prerequisites for the task.
Tasks
File Management
Create the following directory structure underopt
optcompanydata
projects
hr
it
Create a file named newhires.txt in the hrdirectory Add three employees to it
User and Group Management
Create a group called securityteam.Add two new users: analyst and analyst
and make them members of the securityteamgroup
Ensure both analyst have home directories.
Permissions Management
Configure the projects directory so only securityteammembers can read and write to itSet the default permissions so that new files in projectsinherit the group ownership.
Software Management
Install the httpdpackage
Networking
Configure the system persistent hostname to classserverAdd an alias for the hostname in etchostspointing to
Process and Service Management
Start the httpd web server service and enable it to run on boot.Verify that the service is running by checking its status.
SSH Configuration
Generate an SSH key pair for the user analystConfigure password less SSH login for analyst by copying the public key to the root users sshauthorizedkeys
Permissions Needed
drwx analyst analyst Nov :ssh
rw analyst analyst Nov :sshauthorizedkeys
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
