Windows Stuff
Windows Commands
Linux Commands
About Linux
Even More Linux Commands
100

The most secure Windows file system. (hint New Technology)

What is NTFS?

100

This Windows command lists files in a directory.

What is dir?

100

Find which process is listening on port 22

ss -tulnp | grep 22

100

A popular free Linux security distribution that contains many penetration tools

What is Kali Linux?

100

Linux command used to run as another user

What is sudo?

200

A hierarchical database of all system and user information used in Windows.

What is the Registry?

200

This Windows powershell command lists files and directories

Get-ChildItem (ls, dir

200

This Linux command creates a directory

What is mkdir?

200

A free and open source Linux distribution for intrusion detection, security monitoring, and log management (hint - vegetable)

What is Security Onion?

200

This Linux command is used to display the name of the current working directory 

What is pwd?

300

This Windows tool is used to view and manage log files.

What is the event viewer?

300

This Windows command changes the current directory

What is cd?

300

This Linux command changes the current directory

What is cd?

300

The Linux application used to access the command line interface (CLI)

What is Terminal Emulator?

300

Linux command used to modify file permissions.

What is chmod?

400

The name of the Windows boot loader file. (hint Win + what it does + .exe)

What is Winload.exe?

400

This Windows command renames a file

What is ren?
400

Linux command to View system logs (systemd).

journalctl

400

This user can override file permissions on a Linux computer

What is the root user?

400

This Linux command  provides documentation about the man command.

What is man man?

500

This technology was created to replace the BIOS program on modern personal computer motherboards

What is UEFI?

500

What windows co,,amd Lists active TCP connections?

Get-NetTCPConnection

500

This Linux command displays IP address configuration information

What is ifconfig?

500

The name of a running background process that does not need user interaction.

What is daemon?

500

In the Linux shell, this character is used between two commands to combine and execute two commands in sequence.

What is the pipe or |?