Linux File Permissions Quiz

Linux File Permissions Quiz

Assessment

Quiz

Created by

Pushpendra Pateriya

Computers

12th Grade

1 plays

Medium

Student preview

quiz-placeholder

16 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

If a directory has the permissions drwxrwsr-x, what is true about this directory?

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command su - do when executed in a terminal?

A. Switches to the root user without changing the current directory.

B. Switches to the root user and changes to the root user's home directory.

C. Switches to the specified user without changing the current directory.

D. Switches to the specified user and keeps the environment variables unchanged.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Defaults directive do in the sudoers file?

A. It sets global default options for all users and commands.

B. It assigns specific permissions to individual users.

C. It removes permissions from specific users.

D. It lists the default commands that can be run with sudo.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the NOPASSWD tag in the sudoers file?

A. It prevents the user from using the sudo command.

B. It allows the user to execute commands without being prompted for their password.

C. It disables password login for the specified user.

D. It forces the user to change their password before using sudo.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which configuration file is primarily used to define sudo permissions for users and groups?

A. /etc/passwd

B. /etc/group

C. /etc/shadow

D. /etc/sudoers

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the sudo command do?

A. Switches to the root user without a password.

B. Executes a command as another user, typically the root user, with the user's password.

C. Changes file permissions for the root user.

D. Grants temporary root access for a user session.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the impact of setting the SGID bit on an executable file?

A. The executable will run with the group ID of the file owner.

B. The executable will run with the group ID of the user running the file.

C. The executable will run with the group ID of the group owning the file.

D. The executable will run with the group ID of the root user.

Explore all questions with a free account

or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?