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 step-by-step 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
1. File Management
Create the following directory structure under/opt
/opt/company_data/
projects/
hr/
it/
Create a file named new_hires.txt in the hr/directory. Add three employees to it.
2. User and Group Management
Create a group called security_team.Add two new users: analyst1 and analyst2,
and make them members of the security_teamgroup.
Ensure both analyst have home directories.
3. Permissions Management
Configure the projects/ directory so only security_teammembers can read and write to it.Set the default permissions so that new files in projects/inherit the group ownership.
4. Software Management
Install the httpdpackage
5. Networking
Configure the system persistent hostname to 1308-class-serverAdd an alias for the hostname in /etc/hostspointing to 127.0.0.1.
6. 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.
7. SSH Configuration
Generate an SSH key pair for the user analyst1Configure password less SSH login for analyst1 by copying the public key to the root users .ssh/authorized_keys
Permissions Needed
drwx------2 analyst1 analyst14096 Nov 2310:00.ssh
-rw-------1 analyst1 analyst1644 Nov 2310:00.ssh/authorized_keys

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!