Sec. 12: Managing File Ownership and Permission

Sec. 12: Managing File Ownership and Permission

University

10 Qs

quiz-placeholder

Similar activities

Sistemas Operativos

Sistemas Operativos

10th Grade - University

13 Qs

Linux Quizz

Linux Quizz

University

10 Qs

Graphic Software and Internet Quiz

Graphic Software and Internet Quiz

1st Grade - University

15 Qs

Jetking Quiz

Jetking Quiz

University

6 Qs

Sec. 11: User Accounts and Groups

Sec. 11: User Accounts and Groups

University

10 Qs

Technology Test

Technology Test

3rd Grade - Professional Development

9 Qs

Sec. 8: Scripting Basics

Sec. 8: Scripting Basics

University

10 Qs

LDAP Knowledge Quiz

LDAP Knowledge Quiz

University

11 Qs

Sec. 12: Managing File Ownership and Permission

Sec. 12: Managing File Ownership and Permission

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Renato Biz Martins

FREE Resource

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.

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?