Beginner Linux Flashcards
(184 cards)
Who developed UNIX?
Ken Thompson and Dennis Ritchie of Bell Laboratories
It was later rewritten in C to make it more portable.
Who created GNU?
Richard Stallman
“GNU’s Not Unix”
What is the GPL?
The GNU General Public License. A free software license
The most important piece in the operating system
The kernel
What is the primary job of the kernel?
It allows the hardware to talk to the software
Who developed the Linux kernel?
Linux Torvalds
What year was the Linux kernel developed?
1991
What is GNU known for?
The Free Software Movement. A campaigns to win for the users of computing the freedom to run, copy, distribute, study, change and improve free software.
What does the term Linux actually refer to?
The Linux kernel
Why are distributions referred to as “Linux operating systems”?
Because they use the Linux kernel
A Linux system is divided into what three main parts?
- Hardware
- Linux kernel
- User space
What are the most popular Linux distributions?
Debian Red Hat Enterprise Linux Ubuntu Fedora Linux Mint Gentoo Arch Linux
A distribution used mostly as an enterprise server OS
Red Hat Enterprise Linux (RHEL)
A Debian-based operating system developed by Canonical.
Ubuntu - One of the most popular Linux distributions for personal machines
An upstream RHEL operating system
Fedora - RHEL gets updates from Fedora after thorough testing and quality assurance
A distribution based off of Ubuntu
Linux Mint
A flexible OS made for advanced users
Gentoo
A lightweight and flexible Linux distribution driven 100% by the community
Arch Linux
Created by a community that promotes the use of Linux everywhere, working together in an open, transparent and friendly manner as part of the worldwide Free and Open Source Software community
openSUSE
A program that takes your commands from the keyboard and sends them to the operating system to perform
The shell
Almost all Linux distributions will default to what shell?
bash (Bourne Again shell)
Common shells
bash, bourne, korn, ksh, zsh, tsch
What is everything in Linux?
Everything in Linux is a file
How is every file organized in Linux?
In a hierarchical directory tree