Cybersecurity Linux Commands Quiz pt. 2

Cybersecurity Linux Commands Quiz pt. 2

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

chmod

chmod

12th Grade

8 Qs

Comandos básicos de Linux

Comandos básicos de Linux

11th Grade

12 Qs

DHCP Server

DHCP Server

11th Grade

10 Qs

Linux Quiz

Linux Quiz

9th - 12th Grade

13 Qs

Linux Commands Quiz

Linux Commands Quiz

12th Grade

10 Qs

Terminal

Terminal

9th Grade

6 Qs

ULANGA 1

ULANGA 1

11th Grade

12 Qs

KS4 Linux

KS4 Linux

10th Grade

10 Qs

Cybersecurity Linux Commands Quiz pt. 2

Cybersecurity Linux Commands Quiz pt. 2

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Allison Hall

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to list the contents of a directory?

pwd

ls

cat

cd

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to change to a subdirectory?

ls

cd ..

cd [filename]

touch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command 'pwd' do?

Create a directory

Change the file timestamp

Print the working directory

Print the contents of a file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'mkdir' command?

Move a file

Create a file

Create a directory

Delete a file

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to delete a file?

mv

cp

rm

ls

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command lists the entire directory structure, goes down the structure listing all contents

ls

ls -R

ls -l

ls -a

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to change to the parent directory?

cd ..

cd .

cd [filename}

pwd

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to show a files type?

more

rmdir

file

ls