Streams & Editors
User Creation & Management
Permissions and Ownership
Boot Process
Kernel & Devices
100

This symbol redirects standard output to a file, overswriting it.

What is > ? 

100

This file contains user account information like UID and home directory.

What is /etc/passwd ?

100

This command changes file permissions.

What is chmod ?

100

This directory contains device files.

What is /dev ?

100

What is the command that removes loaded kernel modules ? 

What is rmmod ?

200

This comamand allows you to search text using regular expresssions.

What is grep ?
200

What does UID and GID stand for?

UID: User Identification / Unique Identifier

GID: Group Identifier


200

This command changes the owner of a file ?

What is chown ?

200

It’s a program that runs before your operating system starts and helps your computer load Linux, Windows, or other Opperating Sytems.

What is GRUB ?

200

The kernel is responsible for managing these 3 primary system resources.

What is CPU, memory, and hardware devices ?

300

This operator sends the output of one command directly into another comamnd. 

What is | (pipe) ?

300

This command adds a new user to the system.

What is useradd ?

300

What is the file or directory used to grant sudo privileges to users or groups? 

What is /etc/sudoers ?

300

During boot, this file system is mounted first and contains essential system files.

What is the root filesystem (/) ?

300

This virtual filesystem provides kernel and process information. 

What is /proc ?

400

This command reads from standard input and writes to standard output and files simultaneously. 

What is tee?

400

This command modifies a user and can add them to a supplementary group.

What is usermod -aG ?

400

It logs you in as an interactive root user.

What is sudo -i ?

400

The sequence that happens from the moment you power on the computer until the operating system is up and running.

What is the boot processor ?

400

This type of kernel module allows user-space programs to communicate with hardware devices via standardized interface, often using character or block device files. 

What is a device driver ?

500

What is the text editor designed for POSIX systems?

What is emacs?

500

This command forces a user to change their password at the next login.

What is passwd -e ?

500

It's special permission in Linux/ Unix that can be set on an executable file. 

What is SUID?

500

This first software loaded by the firmware locates the operating system kernel and transfers control to it, starting the Linux boot sequence. 

What is bootloader ?

500

This file in /proc shows CPU information, including model, cores,and flags.

What is /proc/cpuinfo ?

M
e
n
u