Please review this assignment file and then let me know if you will be able to accurately provide screenshots and Linux commands to all the questions involved.

1 answer below »
Please review this assignment file and then let me know if you will be able to accurately provide screenshots and Linux commands to all the questions involved.
Answered Same DayFeb 04, 2021

Answer To: Please review this assignment file and then let me know if you will be able to accurately provide...

Saurabh Kumar answered on Feb 04 2021
134 Votes
QUESTION 1. Create a collaborative directory/home/admins with the following
characteristics:
Gr
oup ownership of /home/admins is adminuser
The directory should be readable, writable, and accessible to members of adminuser, but not
to any other user. (It is understood that root has access to all files and directories on the
system.)
Files created in /home/admins automatically have group ownership set to the adminuser
group
ANSWER 1.
sudo mkdir /home/admins
sudo chgrp -R adminuser /home/admins
sudo chmod g+w /home/admins
sudo chmod g+s /home/admins
QUESTION 2. Configure the permissions of /var/tmp/fstab
Copy the file /etc/fstab to /var/tmp/fstab. ...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here