Who has Permission?
OS High
Netsception
I'm Levitating
Home Alone
100

What account has permissions to everything?

Root

100

What is layer 1 of the OSI model?

Physical

100

What is a subnet?

Anything related to a "broken down" or "separated network"

100

What command shows IP information on linux?

ifconfig

100

What does the acronym "UFW" mean?

Uncomplicated FireWall

200

Who has permissions to a file with the following permissions: -rwx------

Owner/User

200

What is layer 3 of the OSI model?

Network

200

How many addresses (including router and broadcast) are in this network: 192.168.0.0/24?

256 Addresses

200

What command shows hostname information on linux?

hostname

200

What do you have to prepend to commands to run them with elevated credentials?

sudo

300

What command uses numbers or letters to change file permissions?

chmod

300

What is layer 7 of the OSI model?

Application

300

What is the subnet mast (/#) of a class A network?

/8

300

What command shows processes on linux?

ps

300

If I wanted to deny port 22 or SSH traffic using UFW, what would the command be?

(sudo) ufw deny port 22 or (sudo) ufw deny ssh

400

Who has permissions to the follow file: -rwxrw-r--

Owner, Group (read + write), Everyone (read)

400

What address does layer 2 use to communicate with?

MAC Address

400

How many addresses (including router and broadcast) are in this network: 192.168.0.0/25?

128 Addresses

400

What command lists all files in the current or specified directory (including hidden files)?

ls -all or ls -la

400

What flag would I use if I was trying to connect using SSH to a server listening on port 22200?

ssh -p 22200

500

What command can give ownership to other users or groups?

chown

500

What do we call data at layer 3?

Packets

500

What is this addresses name/purpose: 127.0.0.1?

Loopback Address

500

What command prints additional details about the kernel?

uname -a

500

What command shows current connections on a system?

netstat

M
e
n
u