79 Linux Trivia Questions with Answers
79 public questions with answers, drawn from the well. How many can you answer?
Linux trivia spans the operating system’s history, kernel design, distributions, commands, security, desktop environments, and open-source culture. Questions may test foundational facts, such as the university where Linus Torvalds began developing Linux, as well as practical knowledge of tools and system architecture.
Expect a mix of beginner and advanced prompts: identifying the GNU GRand Unified Bootloader, recognizing the package system behind .rpm files, recalling the creation of Git for kernel development, and knowing what information the uname command displays. This collection suits Linux users, computer science students, developers, system administrators, and tech-focused pub quizzes. It also works well for classroom revision or game nights where participants have different levels of technical experience.
At which university was Linus Torvalds a student when he began developing Linux?
Answer
University of Helsinki
What package-management system gives .rpm packages their name?
Answer
RPM Package Manager
What command is used to change the owner of a file?
Answer
chown
What is the name of the Linux kernel's initial RAM filesystem?
Answer
initramfs
What was the first Linux distribution to use the ext3 filesystem by default?
Answer
Red Hat Linux 7.1
Which Linux distribution uses the Pacman package manager?
Answer
Arch Linux
Who created the Bourne Again SHell (bash)?
Answer
Brian Fox
Which Linux distribution is considered the first ever released?
Answer
MCC Interim Linux
What command changes the priority of a running process?
Answer
renice
What is the name of the systemd component that handles logging?
Answer
journald
What command displays the kernel routing table?
Answer
ip route
What command compresses files using bzip2?
Answer
bzip2
What command searches for patterns in files?
Answer
grep
Who originally created the GNOME desktop environment?
Answer
Miguel de Icaza
What system call creates a new process in Linux?
Answer
fork
Linux trivia — quick answers
What are good Linux trivia questions?
Good Linux trivia questions cover its creator and history, kernel concepts, distributions, package managers, bootloaders, commands, security modules, and desktop environments. A balanced quiz can combine accessible questions about commands such as uname with deeper questions about system calls, RPM packaging, AppArmor, Git, and the development of the Linux ecosystem.
How hard is Linux trivia?
Linux trivia ranges from beginner to expert. New users may recognize commands, distributions, and the GNU GRUB bootloader, while experienced administrators may be challenged by questions about clone(), security frameworks, kernel development, and execution contexts. This category’s broad subject range makes it suitable for mixed-ability groups.
Who created Linux?
Linus Torvalds created the Linux kernel in 1991 while he was a student at the University of Helsinki. He initially developed it as a personal project inspired by MINIX, a Unix-like operating system used for teaching. Linux later became the kernel at the center of numerous operating system distributions.
What is GNU GRUB?
GNU GRUB, short for GNU GRand Unified Bootloader, is a bootloader commonly used on Linux systems. It loads the operating system kernel during startup and can present a menu for choosing between Linux installations, other operating systems, or different kernel versions. GRUB is maintained as part of the GNU Project.
What does the uname command do in Linux?
The uname command prints system information. With no options, it commonly displays the kernel name; options can show details such as the kernel release, version, machine hardware name, processor type, or operating system. It is frequently used in shell scripts and troubleshooting to identify a system’s platform.