Week 4 Homework: Linux Systems Administration

1 answer below »
Week 4 Homework: Linux Systems Administration

Answered 1 days AfterDec 24, 2021

Answer To: Week 4 Homework: Linux Systems Administration

Neha answered on Dec 25 2021
134 Votes
Week 4 Homework Submission File: Linux Systems Administration
Step 1: Ensure/Double Check Permissions on
Sensitive Files
· Permissions on /etc/shadow should allow only root read and write access.
· Command to inspect permissions: ls -l /etc/shadow shows the permissions are set to 640.
· Command to set permissions (if needed): sudo chmod 600 /etc/shadow
· Permissions on /etc/gshadow should allow only root read and write access.
· Command to inspect permissions: ls -l /etc/gshadow shows the permissions are set to 640.
· Command to set permissions (if needed): sudo chmod 600 /etc/gshadow
· Permissions on /etc/group should allow root read and write access, and allow everyone else read access only.
· Command to inspect permissions: ls -l /ect/group shows that the permissions are already set to 644.
· Command to set permissions (if needed): sudo chmod 644 /etc/group
· Permissions on /etc/passwd should allow root read and write access, and allow everyone else read access only.
· Command to inspect permissions: ls -l /etc/passwd shows...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here