What is Linux?
Basic Commands
Linux Trivia!
Garfield Trivia!
Misc
100

The name of a folder in Linux.

What is a directory?

100

The command to list my files

What is ls?
100

What university was Linux's founder in when he started working on Linux?

What is the University of Helsinki?

100

Garfield's owner.

Who is Jon (Arbuckle)?

100

I type in "yes hi". How do I make the hi's stop coming?

What is Ctrl + C

200

Not the Command Line Interface.

What is the Graphic User Interface (GUI)?

200

The command to find a specific string in a file.

What is grep?

200
What was Linux's name going to be at first?

What is FreaX?

200

Garfield's least favorite day of the week.

What are Mondays?

200

I type in echo moo. What happens?

What is moo? (moo gets printed out into the terminal)

300

The Linux distro used for penetration testing and ethical hacking.

Kali Linux

300

The command to move to the parent directory.

What is "cd.." ?

300

What language is most of Linux written in?

What is C?
300

Jon's girlfriend.

Who is (Dr.) Liz (Wilson)?

300

I type in apt-get install ssh, but get Permission Denied. What word should I add to the command?

What is sudo?

400

The name of the program that is used when the user wants to interact with the shell.

What is the Terminal?

400

The command(s) to find the word "blobby" in an executable called pook.

strings pook | grep blobby

400

Which of the following has not been the name of a Linux kernal release?

a. Disco Dingo

b. Shy Crocodile

c. Colorful Cat

d. Fearless Coyote

What is Colorful Cat?

400

Liz's job.

What is a vet?
400

I accidentally make a random file. What do I type to get rid of it?

What is rm?

500

I am currently in the home directory. Which of the following will successfully let me change directory into a folder called blobb which is inside of Downloads, which is in its default location?

A. cd /Downloads/blobb

B. cd Downloads/blobb

C. cd /~/Downloads/blobb

What is B?

500

The command to take away execute permission from all other users except the user owner and group owner of the file called garf.

chmod o-x garf

500

How are the code names for distros selected?

What is alphabetical order?

500

The decade the first Garfield comic strip came out.

What are the 1970s?

500

Which of the following is not a password cracker?

a. Hydra

b. John

c. Telnet

d. Cain and Abel

What is C?

M
e
n
u