General Commands
Navigation
Files & Directories
Administration
Networking
100

This command displays the manual or help file for a Linux program. 

Answer: What is man?

100

This command shows your current working directory. 

Answer: What is pwd?

100

This command creates an empty file. 

Answer: What is touch?

100

This command identifies the currently active user. 

Answer: What is whoami?

100

This command displays IP address information on a Linux machine. 

Answer: What is ifconfig or ip a

200

This keyboard shortcut stops a running program in the terminal.

Answer: What is Ctrl+C?

200

This command lists files and directories. 

Answer: What is ls?

200

This command copies one file to another location or name. 

Answer: What is cp?

200

This command switches to another user account. 

Answer: What is su?

200

This command tests connectivity between devices by sending packets. 

Answer: What is ping?

300

This command clears the terminal screen. 

Answer: What is clear?

300

This command changes to the parent directory. 

Answer: What is cd ..?

300

This command moves or renames a file. 

Answer: What is mv?

300

This command runs a command with administrator privileges. 

Answer: What is sudo?

300

This secure protocol is commonly used for remote login to Linux systems. 

Answer: What is SSH?

400

This symbol sends the output of one command to another command. 

Answer: What is the pipe (|)?

400

This command takes you to your home directory. 

Answer: What is cd ~?

400

This command creates a directory. 

Answer: What is mkdir?

400

This command installs software on Ubuntu-based systems. 

Answer: What is apt-get install?

400

This networking tool can listen on ports or connect to another device. 

Answer: What is netcat (nc)?

500

When viewing a file with less, pressing this key exits the file. 

Answer: What is q?

500

This version of the ls command displays permissions, size, and dates. 

Answer: What is ls -l?

500

This command removes a file. 

Answer: What is rm?

500

This command shows previously entered terminal commands. 

Answer: What is history?

500

This command displays active network connections and listening ports. 

Answer: What is netstat?