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

Dependencies

cluster_linux Linux cluster_linux_basics Linux Basics cluster_linux_basics_intro Introduction: Concepts and Terminology cluster_linux_basics_shell The Shell (Bash - “Bourne Again Shell”) cluster_linux_basics_permissions File System Permissions linux_basics_intro_process Processes, Scheduling, Address Spaces linux_basics_intro_overview Overview linux_basics_intro_process->linux_basics_intro_overview linux_basics_shell_paths Absolute and Relative Paths linux_basics_shell_commandline Commandline linux_basics_shell_paths->linux_basics_shell_commandline linux_basics_shell_ls Directory Listings: The ls Command linux_basics_shell_ls->linux_basics_intro_overview linux_basics_shell_ls->linux_basics_shell_paths linux_basics_shell_cwd Current Working Directory linux_basics_shell_ls->linux_basics_shell_cwd linux_basics_shell_cwd->linux_basics_intro_process linux_basics_shell_cwd->linux_basics_shell_paths linux_basics_shell_cwd->linux_basics_shell_commandline linux_basics_shell_commandline->linux_basics_intro_overview linux_basics_permissions_basics Permissions: Mode, User and Group Ownership linux_basics_permissions_basics->linux_basics_shell_ls linux_basics_permissions_fh_moodle_quiz_nocheat FH/Moodle Quiz: Permissions linux_basics_permissions_fh_moodle_quiz_nocheat->linux_basics_permissions_basics