Distros
Commands
Linux OS
General Stuff
Some more tryhackme
100

This Linux distribution is the basis for the creation of Ubuntu.

Debian

100

What is the command that changes the directory to Desktop (write out the entire command)?

cd Desktop

100

When was the first distribution of Linux available?  Only the year is necessary.

1991

100

Who created Linux?

Linus Torvalds

100

What is the command to switch users?

su

200

What is the main Linux distribution that uses the package manager RPM?

Red Hat

200

What symbol do we use for wildcard in Linux?

*

200

What is the name of the shell used in Linux?

Bash

200

What operator allows you to run commands in the background?

&

200

What is the flag or switch used with ls to list all files including hidden files?

-a

300

A Linux distribution has to have two components other than hardware in order to be able to interact with the computer.  What are they?

Kernel and GNU Core

300

What is the command to list the first 10 lines of a file?

head

300

What is the symbol used in Linux before a variable?

$

300

What operator is an output redirector?

>

300

I want to rename file1.txt to file2.txt.  Write the command to do so.

mv file1.txt file2.txt

400

What Linux distribution has a dragon as its logo?

Kali Linux
400

I want to search for the word password in the file names.txt.  Write out the entire command to do so.

grep password names.txt

400

What distribution of Linux does a raspberry pi use?  You must spell it correctly!

Raspbian

400

What command would I use to find the names of all of the files ending in .txt in my current directory?  

find -name *.txt

400

I have used the command less names.txt to read a file.  How do I exit this file?

q

500

What are the first names (two people) of the people that the Debian Linux distro was named after?

Deb and Ian

500

What folder contains all of the hashes for passwords and files?  It should be in the format /something/something replacing the something with the directory names.

/etc/shadow

500

What is the package manager for a Debian OS?  

dpkg

500

Write the command to remote into the website with username Beth, domain name allaboutcyber.org through port 22.

ssh Beth@allaboutcyber.org -p 22

500

What is the name of the certification we have the opportunity to get at the end of the semester?

Linux Essentials