FH/Moodle Quiz: Permissions¶
Questions¶
A permission mask of
rwxr-xr-x
on a file means that … (multiple correct answers)Question
Yes
No
Everyone may execute the file
Everyone may read the file
Members of the owning group may write the file
The owner may write the file
Any user that is neither the owner nor a member of the owning group may write the file
A permission mask of
rwxr-x---
on a directory means that … (multiple correct answers)Question
Yes
No
The owner may create files in the directory
Members of the owning group may create files in the directory
Any user that is neither the owner nor a member of the owning group may not access the directory in any way
Provided that the directory’s parent directory is writeable for the owner, the owner may remove the directory and its contents