Search Header Logo

Sec. 12: Managing File Ownership and Permission

Authored by Renato Biz Martins

Instructional Technology

University

Sec. 12: Managing File Ownership and Permission
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The command to change the ownership of a file in a text-mode manner is _______.

chnguser

chown

transferown

Answer explanation

The chown command is used to change the ownership of a file.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The ls command:

lists the files in a directory

shows the current owner of a file

lists all the users using a file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The permission string rwxrwxrwx means

Read permission for the owner, no permission for anybody else.

Read, write, and execute permissions for all users.

Read and write permissions for the owner. Read-only permission for all others.

Answer explanation

The rwxrwxrwx is equivalent to 777. This allows for read, write, and execute permission for the user, the user’s group, and all other users on the system.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which permission string will be represented by this type of permission: “Read and write permission for the user. The user's group and all other users should only be able to read the file.”

rw-r—r—

r––––––––

rwxrwxrwx

Answer explanation

The rw-r--r-- is equivalent to 644. This allows for read and write permission for the user, and only read permissions for the user’s group and all other users on the system.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The sticky bit can be set with the chown command in either of two ways:

Kernel and Daemon

Octal Code and Symbolic Code

Parse and Compile

Answer explanation

The sticky bit can be set using the octal code of the symbolic code.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users can change anyone’s password on the system using the “sudo passwd username” command.

True

False

Answer explanation

The passwd command is used to change a user’s password. If you execute it as root (using sudo), then you can change anyone’s password on the system.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SUID option tells Linux to run the program with the permissions of whoever owns the file rather than with the permissions of the user who runs the program.

True

False

Answer explanation

True, the SUID option tells Linux to run the program with the permissions of whoever owns the file rather than with the permissions of the user who runs the program.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?