This command lists the contents of the current directory.
What is ls?
Command which removes a file.
What is rm?
This type of software means the code is available public.
What is open source
The year linux was created, either
a) 1986
b) 1991
c) 2001
d) 2015
What is b) 1991?
This command creates a new directory
What is mkdir
Command which removes a directory.
What is rmdir?
The first name of Linux's founder
Who is Linus
How many lines of code are in the current Linux Kernel?
a) 8,943
b) 3,980,432
c) 20,323,379
d) 113,534,290
c) 20,323,379
This command displays the contents of the listed file.
What is cat?
Command which creates a file.
What is "touch"?
The mascot and logo animal of the linux kernel.
What is penguin?
The coding language which makes up more than 95% of the code behind linux.
What is C?
A flag that can be added to ls to show the contents of all subdirectories, down to the file level.
What is -R
Command which copies a file.
What is cp?
An open source operating system created by Linus Torvalds
What is Linux
The first name of the linux OS.
What is FreaX?