Cybersecurity Linux Commands Quiz pt. 2

Cybersecurity Linux Commands Quiz pt. 2

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

ULANGA 1

ULANGA 1

11th Grade

12 Qs

LINUX CLI

LINUX CLI

12th Grade

10 Qs

Command Line #2

Command Line #2

9th - 12th Grade

10 Qs

Questionário ao vídeo

Questionário ao vídeo

10th - 12th Grade

10 Qs

6/16 Linux Day 2 Ubuntu Security Game 1

6/16 Linux Day 2 Ubuntu Security Game 1

7th - 12th Grade

10 Qs

Computer System Servicing  Quiz No. 2 Sir Santi

Computer System Servicing Quiz No. 2 Sir Santi

10th Grade

11 Qs

3.1.1 Commanding the OS

3.1.1 Commanding the OS

9th - 12th Grade

12 Qs

PTI UAS - Administrasi Server - Genap 2022

PTI UAS - Administrasi Server - Genap 2022

1st - 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