wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Ethical Hacking Kali Linux Part 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What is Kali Linux primarily used for?

a)

Video editing

b)

Web development

c)

Penetration testing and security auditing

d)

Hacking without a purpose

2.

Which of the following directories in the Linux filesystem contains user-specific files?

a)

/bin

b)

/etc

c)

/home

d)

/var

3.

What command is used to list files and directories in Linux?

a)

cd

b)

ls

c)

mkdir

d)

mv

4.

Which tool is used to manage services in Kali Linux?

a)

chmod

b)

top

c)

systemctl

d)

ping

5.

What does the apt install command do?

a)

Deletes system logs

b)

Installs a package/tool from the repository

c)

Installs a private network

d)

Opens a file editor

6.

What is the purpose of the echo $PATH command?

a)

Shows system memory

b)

Opens the PATH file

c)

Displays the system's executable search path

d)

Runs a diagnostic tool

7.

Which of the following commands is used to view previously typed commands in the terminal?

a)

history

b)

top

c)

man

d)

uptime

8.

What symbol is used for piping in Linux commands?

a)

>

b)

|

c)

&

d)

~

9.

Which command would you use to download a file from a URL in the terminal?

a)

scp

b)

wget

c)

cut

d)

ssh

10.

What is Netcat primarily used for?

a)

Network communication and troubleshooting

b)

Disk partitioning

c)

System backup

d)

User account creation