.. ot-exercise:: linux.basics.permissions.fh_moodle_quiz_nocheat :dependencies: linux.basics.permissions.basics FH/Moodle Quiz: Permissions =========================== .. contents:: :local: Questions --------- * A permission mask of ``rwxr-xr-x`` on a file means that ... (multiple correct answers) .. list-table:: :align: left :widths: auto :header-rows: 1 * * 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) .. list-table:: :align: left :widths: auto :header-rows: 1 * * 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 * * Dependencies ------------ .. ot-graph:: :entries: linux.basics.permissions.fh_moodle_quiz_nocheat