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

    y

    Everyone may read the file

    y

    Members of the owning group may write the file

    n

    The owner may write the file

    y

    Any user that is neither the owner nor a member of the owning group may write the file

    n

  • 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

    y

    Members of the owning group may create files in the directory

    n

    Any user that is neither the owner nor a member of the owning group may not access the directory in any way

    y

    The owner may remove the directory and its contents

    y

Dependencies

cluster_linux Linux cluster_linux_basics Linux Basics cluster_linux_basics_intro Introduction: Concepts and Terminology cluster_linux_basics_permissions File System Permissions cluster_linux_basics_shell The Shell (Bash - “Bourne Again Shell”) linux_basics_intro_process Processes, Scheduling, Address Spaces linux_basics_intro_overview Overview linux_basics_intro_process->linux_basics_intro_overview linux_basics_permissions_fh_moodle_quiz FH/Moodle Quiz: Permissions linux_basics_permissions_basics Permissions: Mode, User and Group Ownership linux_basics_permissions_fh_moodle_quiz->linux_basics_permissions_basics linux_basics_shell_ls Directory Listings: The ls Command linux_basics_permissions_basics->linux_basics_shell_ls 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->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