SIMULATION - Configure /var/tmp/fstab Permission. Copy the file /etc/fstab to /var/tmp/fstab. Configure var/tmp/fstab permissions as the following: Owner of the file /var/tmp/fstab is Root, belongs to group root File /var/tmp/fstab cannot be executed by any user User natasha can read and write /var/tmp/fstab User harry cannot read and write /var/tmp/fstab All other users (present and future) can read var/tmp/fstab. Â Suggested Answer: See explanation below. cp /etc/fstab /var/tmp/ /var/tmp/fstab view the owner setfacl -m u:natasha:rw- /var/tmp/fstab setfacl -m u:haryy:--- /var/tmp/fstab Use getfacl /var/tmp/fstab to view permissions This question is in EX200 Red Hat Certified System Administrator (RHCSA) Exam For getting Red Hat Certified System Administrator (RHCSA) Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Redhat. Trademarks, certification & product names are used for reference only and belong to Redhat. The website does not contain actual questions and answers from Redhat's Certification Exam.
Please login or Register to submit your answer