Column 1
Column 2
Column 3
Column 4
Column 5
100

This type of software uses a host and a guest to run multiple operating systems.

What is a virtual machine?

100

A mixed string of numbers, letters, and symbols 10 characters long is recommended.

What is a strong password

100

These specialized computing systems are designed to perform specific repetitive tasks.

What are embedded systems?

100

The process of developing , testing, and deploying a new version of software.

What are release cycles?

100

This is the highest level in Linux file system hierarchy.

What is root?

200

Allows users to store and access data and applications from any geographical location

What is cloud computing?

200

This is the type of license that does not allow access to the source code.

What is a closed source license?

200

Type this command with the output messages to display on the screen.

What is echo?

200

Use this command to display information about the hardware device's memory.

What is the free command?

200

To create a hard link use this command.

What is ln?

300

Use this to separate multiple commands to be executed in sequential order.

What is the semicolon?

300

Use these commands to compress a file.

What is gzip, bzip2 and zip?

300

This license allows the software to be freely used, modified, and distributed as long as you share all changes made.

What is copy left license?

300

Use this command to display the IP address for a Linux system.

What is ifconfig?

300

Use this CLI tool to query information about DNS servers.

What is dig?

400

This number represents many groups a user can belong to.

What is 16?

400

Use this command to find any file in Linux.

What is locate?

400

use this command to display the number of lines in a file.

What is wc?

400

This command is used to display socket statics

What is the ss command?

400

Use this command to review previous commands used during the terminal session.

What is history?

500

This command will display an exit code of zero if the specified condition is true.

What is the if command?

500

Use this option with the cut command to search for the delimiter.

What is cut -d

500

The meaning of this command string 

echo /etc/[!a-m]*

What are list files that do not begin with a or m?

500

The meaning of this command string

egrep 'the|and' file.txt

What is display lines of text with the and in it?
500

This is the most common shell used for Linux.

What is bash?

M
e
n
u