List of questions
Related questions
Question 304 - XK0-005 discussion
A systems administrator created a new directory with specific permissions. Given the following output:
arduino
$ ls -ld /comptia
drwxr-x--- 2 root root 4096 Oct 20 20:13 /comptia
$ getfacl /comptia
# file: /comptia
# owner: root
# group: root
user::rwx
group::r-x
other::---
default:user::rwx
default:group::r-x
default:group:wheel:rwx
default:mask::rwx
default:other::---
Which of the following permissions are enforced on /comptia?
A.
Members of the wheel group can read files in /comptia.
B.
Newly created files in /comptia will have the sticky bit set.
C.
Other users can create files in /comptia.
D.
Only root can create files in /comptia.
Your answer:
0 comments
Sorted by
Leave a comment first