NEW
Font size
WorksheetsEthical Hacking Kali Linux Part 2
Total questions: 10
Worksheet time: 5mins
What is Kali Linux primarily used for?
Video editing
Web development
Penetration testing and security auditing
Hacking without a purpose
Which of the following directories in the Linux filesystem contains user-specific files?
/bin
/etc
/home
/var
What command is used to list files and directories in Linux?
cd
ls
mkdir
mv
Which tool is used to manage services in Kali Linux?
chmod
top
systemctl
ping
What does the apt install command do?
Deletes system logs
Installs a package/tool from the repository
Installs a private network
Opens a file editor
What is the purpose of the echo $PATH command?
Shows system memory
Opens the PATH file
Displays the system's executable search path
Runs a diagnostic tool
Which of the following commands is used to view previously typed commands in the terminal?
history
top
man
uptime
What symbol is used for piping in Linux commands?
>
|
&
~
Which command would you use to download a file from a URL in the terminal?
scp
wget
cut
ssh
What is Netcat primarily used for?
Network communication and troubleshooting
Disk partitioning
System backup
User account creation
