This command lets you change your working directory.
What is "cd"?
This open source thing was written by Linus Torvalds, around 1991.
What is "Linux"?
This distro is commonly used by cyber-security professionals all over the world.
What is Kali Linux?
This command changes file and folder permissions.
What is "chmod"?
Where do we look for information about the request?
The Description, Summary
This one lets you run commands as the root user.
What is "sudo"?
Linux is a ______, not an operating system.
What is "kernel"?
This distro is the one on which many other popular distros are based on.
What is Debian?
This command allows you to enter a root shell.
This command is sorta like your classic Windows Task Manager, but in a Linux Terminal.
What is "htop"?
This command lets you delete files and folders.
What is "rm"?
Linux can be found from your fridge, to your e-reader, to this common communications device.
What is a cell phone?
This distro is the most popular distro out there, everyone knows about it.
What is Ubuntu?
This command allows you to view all files in a folder, as well as their associated permissions.
What is "ls -la"?
This command allows you to search for strings in plain-text data sets.
What is "grep"?
This command allows you to view the kernel logs.
This method of development allows all who are interested to contribute code and bug fixes, as opposed to a select few.
What is open-source development?
This distro is used often for setting up servers on the internet, and is pretty reliable.
What is CentOS?
This is what we do is if the JIRA ticket is not clear on what to do.
What is push back to the requestor
These commands let you update the package lists and download new updates to packages.
What is "apt-get update & apt-get upgrade"?
There are over ___ Linux distributions in active development at this point.
What is 500?
This distro is one that is used often in corporate environments, and is one of the only ones out there that requires a paid license.
What is Red Hat Enterprise Linux?
This lets you generate a 4096 bit RSA SSH key.
What is "ssh-keygen -t rsa -b 4096"?
Where is I DON"T KNOW!