Day 9 Review on Day 10

Day 9 Review on Day 10

Assessment

Quiz

Information Technology (IT)

12th Grade

Medium

Created by

Ray Ahmed

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three parts of file ownership in Linux?

User, Group, Permissions

Owner, Role, Access

Admin, Group, Rights

User, Role, Attributes

Answer explanation

In Linux, file ownership consists of three parts: User (the owner of the file), Group (the group associated with the file), and Permissions (the access rights for the user and group). Thus, the correct answer is 'User, Group, Permissions'.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the octal code for read, write, and execute permissions?

7

8

6

5

Answer explanation

The octal code for read (4), write (2), and execute (1) permissions is calculated by adding these values: 4 + 2 + 1 = 7. Therefore, the correct answer is 7.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you change file ownership using a file manager?

Use the command line to change the file type instead of ownership.

Right-click the file, select 'Properties', go to 'Permissions' or 'Security', and change the owner.

Double-click the file to open it and change the owner in the application.

Select the file and press 'Delete' to remove it from the system.

Answer explanation

To change file ownership using a file manager, right-click the file, select 'Properties', and navigate to 'Permissions' or 'Security' to change the owner. This is the correct method for modifying ownership.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are special permissions in Linux?

read, write, execute

setuid, setgid, and sticky bit

owner, group, others

chmod, chown, chgrp

Answer explanation

Special permissions in Linux include setuid, setgid, and the sticky bit. These permissions modify how executable files and directories behave, allowing for enhanced security and user access control.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the directory execute bit allow you to do?

The execute bit allows you to create new files in the directory.

The execute bit allows you to access and traverse the directory.

The execute bit allows you to delete files in the directory.

The execute bit enables you to change the directory's permissions.

Answer explanation

The execute bit on a directory allows users to access and traverse it, meaning they can enter the directory and access its contents. This is essential for navigating the file system.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does directory write permission allow a user to do?

Allows a user to create, delete, or rename files and subdirectories.

Allows a user to view files and subdirectories only.

Allows a user to change file permissions.

Allows a user to access files without restrictions.

Answer explanation

Directory write permission allows a user to create, delete, or rename files and subdirectories, enabling them to manage the contents of the directory effectively.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are symbolic codes in the context of file permissions?

Numeric codes representing file permissions: 4 for read, 2 for write, 1 for execute.

A method for encrypting files to protect permissions.

A graphical interface for managing file permissions.

Symbolic codes are letters representing file permissions: 'r' for read, 'w' for write, 'x' for execute, organized into owner, group, and others.

Answer explanation

Symbolic codes represent file permissions using letters: 'r' for read, 'w' for write, and 'x' for execute. They are organized into three categories: owner, group, and others, making it easy to understand and manage permissions.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Information Technology (IT)