Linux Security
Linux OS Knowledge
Windows Security
Windows OS Knowledge
Networking & Ports
100

What command changes the permissions of a file or directory in Linux?

chmod

100

What command prints your current working directory?

pwd

100

What feature prompts for consent before allowing changes that require administrator rights?

User Account Control (UAC)

100

What command-line tool shows your IP address, subnet mask, and default gateway?

ipconfig

100

What device or software filters incoming and outgoing traffic based on a set of rules?

Firewall

200

What command lets an authorized user run a single command with root privileges?

sudo

200

What command displays the contents of a text file in the terminal?

cat

200

What built-in Windows feature encrypts an entire drive so data is protected if the device is stolen?

BitLocker

200

What console lets you start, stop, and configure background services?

Services

200

What port number does HTTP use by default?

80

300

In numeric (octal) permissions, what three permissions does a "7" grant the file's owner?

Read, write, execute (rwx)

300

What is the top-level directory of the entire Linux filesystem, written as a single forward slash?

the root directory - "/"

300

What tool enforces settings like password and audit policies on a local machine or across an entire network?

Group Policy / Local Group Policy

300

What Windows database stores low-level system and application configuration settings?

Windows Registry

300

What secure, encrypted protocol replaces Telnet for remote command-line access, using port 22?

SSH

400

What file stores the hashed passwords for local accounts on a modern Linux system?

/etc/shadow

400

On Debian/Ubuntu, what command followed by a package name installs software?

apt install

400

Which built-in accounts should be disabled or renamed because attackers already know its default name? Two part question

Administrator, Guest

400

On a 64-bit Windows system, what folder stores 32-bit application files?

C:\Program Files (x86)

400

What default port carries encrypted HTTPS web traffic?

443

500

What insecure remote-access service, which sends data in plaintext over port 23, should be removed in favor of SSH?

Telnet

500

What user ID (UID) number always belongs to the root account?

UID 0

500

What console configures local security settings such as the account lockout threshold and minimum password length?

Local Security Policy

500

What keyboard shortcut opens Task Manager directly?

Ctrl + Shift + Esc

500

What protocol automatically assigns IP addresses to devices when they join a network?

DHCP - Dynamic Host Control Protocol

M
e
n
u