The name of a folder in Linux.
What is a directory?
The command to list my files
What university was Linux's founder in when he started working on Linux?
What is the University of Helsinki?
Garfield's owner.
Who is Jon (Arbuckle)?
I type in "yes hi". How do I make the hi's stop coming?
What is Ctrl + C
Not the Command Line Interface.
What is the Graphic User Interface (GUI)?
The command to find a specific string in a file.
What is grep?
What is FreaX?
Garfield's least favorite day of the week.
What are Mondays?
I type in echo moo. What happens?
What is moo? (moo gets printed out into the terminal)
The Linux distro used for penetration testing and ethical hacking.
Kali Linux
The command to move to the parent directory.
What is "cd.." ?
What language is most of Linux written in?
Jon's girlfriend.
Who is (Dr.) Liz (Wilson)?
I type in apt-get install ssh, but get Permission Denied. What word should I add to the command?
What is sudo?
The name of the program that is used when the user wants to interact with the shell.
What is the Terminal?
The command(s) to find the word "blobby" in an executable called pook.
strings pook | grep blobby
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?
Liz's job.
I accidentally make a random file. What do I type to get rid of it?
What is rm?
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?
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
How are the code names for distros selected?
What is alphabetical order?
The decade the first Garfield comic strip came out.
What are the 1970s?
Which of the following is not a password cracker?
a. Hydra
b. John
c. Telnet
d. Cain and Abel
What is C?