Cybersecurity Linux Commands Quiz pt. 2

Cybersecurity Linux Commands Quiz pt. 2

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Linux Directory Navigation

Linux Directory Navigation

11th Grade

11 Qs

Terminal

Terminal

9th Grade

6 Qs

Linux commands

Linux commands

9th - 12th Grade

10 Qs

CyberCamp 3 Standard Camp Linux Intro

CyberCamp 3 Standard Camp Linux Intro

KG - Professional Development

10 Qs

File Management

File Management

9th 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

3.1.1 Commanding the OS

3.1.1 Commanding the OS

9th - 12th Grade

12 Qs

Basic Linux

Basic Linux

12th 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