Permissions quiz

Permissions quiz

9 Qs

quiz-placeholder

Similar activities

Linux Commands

Linux Commands

University - Professional Development

13 Qs

Fundamentals of Computer Operations

Fundamentals of Computer Operations

12th Grade

10 Qs

Keyboard Review 1

Keyboard Review 1

6th - 8th Grade

10 Qs

Permisos de Ubuntu

Permisos de Ubuntu

9th Grade

10 Qs

FTP-Remote-File (Server)

FTP-Remote-File (Server)

2nd Grade

10 Qs

PowerPoint

PowerPoint

4th Grade

11 Qs

Linux Server XI TJKT SMKN 1 Amuntai

Linux Server XI TJKT SMKN 1 Amuntai

11th Grade

14 Qs

Linux File Permission

Linux File Permission

12th Grade

14 Qs

Permissions quiz

Permissions quiz

Assessment

Quiz

Computers

Easy

Created by

Nikki Sullivan

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What are the three types of Linux file permissions?

Read, write, deny

Read, write, execute

Read, Modify, Change

Open, Close , Corrupt

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What command can you use to change the owner of a file in Linux?

chowner

chgrp

chown

changeowner

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the command to change file permissions in Linux?

chmod

chown

rm

cp

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How do you add execute permission for owner and group in a file?

chmod og+x filename

chmod og+w filename

chmod og+r filename

chmod og+e filename

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What do the letters r, w, and x stand for in Linux file permissions?

Remove, Change , Access

Review, Modify , Execute

Read , Modify, Delete

Read, Write, Execute

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A user needs to open a file, edit it, and then save the changes. What permissions does he need to do this?

Read

Write

Execute

List

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to change the owner of a file?

cowner

cgown

chown

chowner

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following symbol is used with chmod to assign permission to a file?

-

+

=

*

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file access mode grants the capability to modify, or remove the content of the file?

Read

Write

Execute

All of the above