Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam EX200 Topic 7 Question 143 Discussion

Actual exam question for RedHat's EX200 exam
Question #: 143
Topic #: 7
SIMULATION
Copy /etc/fstab document to /var/TMP directory. According the following requirements to configure the permission of this document.
The owner of this document must be root.

This document belongs to root group.

User mary have read and write permissions for this document.

User alice have read and execute permissions for this document.

Create user named bob, set uid is 1000. Bob have read and write permissions for this document.

All users has read permission for this document in the system.

Suggested Answer:

See explanation below.
Explanation/Reference:
Explanation: cp /etc/fstab /var/tmp
chown root:root /var/tmp/fstab
chmod a-x /var/tmp/fstab
setfacl -m u:mary:rw /var/tmp/fstab
setfacl -m u:alice:rx /var/tmp/fstab
useradd -u 1000 bob

by Sally at Nov 29, 2024, 06:13 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.