Introduction to Linux Flashcards

1
Q

Introduction to Linux

A

is all about understanding the history, philosophy, and the concepts of Linux.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The Linux Foundation

A

is the world’s leading home for collaboration on open source software, hardware, standards, and data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It was created by ____ in 1991

A

Linus Torvalds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

It is an open-source operating system

A

Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

There are three major Linux distribution families that currently exist.

A

Red Hat Family Systems (including CentOS and Fedora)

SUSE Family Systems (including openSUSE)

Debian Family Systems (including Ubuntu and Linux Mint).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

heads the family that includes CentOS, CentOS Stream, Fedora and Oracle Linux.

A

Red Hat Enterprise Linux (RHEL)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It used more often for activities, demonstrations, and labs because there is no cost to the end user

A

CentOS/CentOS Stream

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The difference between the two versions is

A

CentOS Stream gets updates before RHEL, while CentOS gets them after.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

serves as an upstream testing platform for RHEL.

A

Fedora

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

is a close clone of RHEL and been part of Red Hat since 2014

A

CentOS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

It supports multiple hardware platforms

A

Red Hat Distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

is widely used by enterprises which host their own systems

A

RHEL

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

RHEL means

A

Red Hat Enterprise Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

distribution is upstream for several other distributions, including Ubuntu

A

Debian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

is upstream for Linux Mint and a number of other distributions. It is commonly used on both servers and desktop computers

A

Ubuntu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

is a pure open source community project (not owned by any corporation) and has a strong focus on stability.

A

Debian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

provides by far the largest and most complete software repository to its users of any Linux distribution.

A

Debian

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

aims at providing a good compromise between long term stability and ease of use

A

Ubuntu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

has been widely used for cloud deployments

A

Ubuntu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

is built on top of Debian and is GNOME-based under the hood

A

Ubuntu

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

The material produced by The Linux Foundation is

A

Distribution-flexible

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

is an open source computer operating system, initially developed on and for Intel x86-based personal computers. It has been subsequently ported to an astoundingly long list of other hardware platforms, from tiny embedded appliances to the world’s largest supercomputers.

A

Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

was a student in Helsinki, Finland, in 1991, when he started a project: writing his own operating system kernel.

A

Linus Torvalds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

He also collected together and/or developed the other essential ingredients required to construct an entire operating system with his kernel at the center. It wasn’t long before this became known as the

A

Linux Kernel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
In what year Linux was re-licensed using the General Public License (GPL) by GNU (a project of the Free Software Foundation or FSF, which promotes freely available software), which enabled it to build a worldwide community of developers.
1992
26
GPL stands for
General Public License
27
GNU stands for
GNU's not Unix
28
By combining the kernel with other system components from the GNU project, numerous other developers created complete systems called
Linux Distributions
29
Today, Linux powers more than half of the servers on the Internet, the majority of smartphones (via the Android system, which is built on top of Linux), more than _____ of the public cloud workload, and all of the world’s most powerful supercomputers.
90%
30
Every successful project or organization needs an implicit or explicit ____ that frames its objectives and projects its growth path
Philosophy
31
is constantly enhanced and maintained by a network of developers from all over the world collaborating over the Internet, with Linus Torvalds at the head.
Linux
32
Linux borrows heavily from the well-established family of
UNIX operating systems
33
are stored in a hierarchical filesystem, with the top node of the system being the root or simply "/"
Files
34
Linux is a fully multitasking (i.e., multiple threads of execution are performed simultaneously), multiuser operating system with built-in networking and service processes known as
daemons in the UNIX world
35
There are many ways to engage with the Linux community, even if you are not a developer:
Post queries on relevant discussion forums. Subscribe to discussion threads. Join local Linux groups that meet in your area.
36
You use Linux literally every time you surf the Internet. It’s in your phone, in your TV, running 95% of supercomputers and in many of the devices that you use every day.
True
37
is considered the brain of the Linux operating system. It controls the hardware and makes the hardware interact with the applications.
Kernel
38
is a collection of programs combined with the Linux kernel to make up a Linux-based operating system. Some common examples of a distribution are Red Hat Enterprise Linux, Fedora, Ubuntu, and Gentoo.
Distribution/Distros
39
is a program that boots the operating system. Two examples of a boot loader are GRUB and ISOLINUX.
boot loader
40
is a program that runs as a background process. Some examples of the service are httpd, nfsd, ntpd, ftpd and named.
service
41
is a method for storing and organizing files in Linux. Some examples of filesystems are ext3, ext4, FAT, XFS and Btrfs.
filesystem
42
provides the standard toolkit and protocol to build graphical user interfaces on nearly all Linux systems.
X Window System
43
is a graphical user interface on top of the operating system. GNOME, KDE, Xfce and Fluxbox are some examples of the desktop environment.
desktop environment
44
is an interface for typing commands on top of the operating system.
command line
45
is the command line interpreter that interprets the command line input and instructs the operating system to perform any necessary tasks and commands. For example, bash, tcsh and zsh.
Shell
46
is the core of the operating system
Linux kernel
47
are popular free (as in no cost) alternatives to Red Hat Enterprise Linux (RHEL) and are often used by organizations that are comfortable operating without paid technical support.
CentOS and CentOS Stream
48
are widely used by developers and are also popular in the educational realm
Ubuntu and Fedora
49
is a far reaching ecosystem of developers, vendors, and users that supports and advances the Linux operating system
Linux community
50
Some of the common terms used in Linux are
kernel, distribution, boot loader, service, filesystem, X Window system, desktop environment, and command line
51
is the procedure for initializing the system. It consists of everything that happens from when the computer power is first switched on until the user interface is fully operational. 
Linux boot process
52
When the computer is powered on, the Basic Input/Output System (BIOS) initializes the hardware, including the screen and keyboard, and tests the main memory. This process is also called
POST (Power On Self Test)
53
is stored on a read-only memory (ROM) chip on the motherboard. After this, the remainder of the boot process is controlled by the operating system (OS).
BIOS software
54
Once the POST is completed, system control passes from the BIOS to the
boot loader
55
is usually stored on one of the system’s storage devices, such as a hard disk or SSD drive, either in the boot sector (for traditional BIOS/MBR systems) or the EFI partition (for more recent (Unified) Extensible Firmware Interface or EFI/UEFI systems)
boot loader
56
information on the date, time, and the most important peripherals are loaded from the
CMOS
57
A number of boot loaders exist for Linux; the most common ones are
GRUB (for GRand Unified Boot loader), ISOLINUX (for booting from removable media), and DAS U-Boot (for booting on embedded devices/appliances)
58
the boot loader resides at the first sector of the hard disk, also known as the
Master Boot Record (MBR)
59
filesystem image contains programs and binary files that perform all actions needed to mount the proper root filesystem
initramfs
60
starts a number of text-mode login prompts. These enable you to type your username, followed by your password, and to eventually get a command shell
init
61
Most other processes on the system trace their origin ultimately to init; exceptions include the so-called
kernel processes
62
This serial process (called _____) had the system pass through a sequence of runlevels containing collections of scripts that start and stop services
SysVinit
63
containing collections of scripts that start and stop services
runlevels
64
Developed by Ubuntu and first included in 2006 Adopted in Fedora 9 (in 2008) and in RHEL 6 and its clones
Upstart
65
Adopted by Fedora first (in 2011) Adopted by RHEL 7 and SUSE Replaced Upstart in Ubuntu 16.04
systemd
66
start up faster than those with earlier init methods. This is largely because it replaces a serialized set of steps with aggressive parallelization techniques, which permits multiple services to be initiated simultaneously.
systemd
67
is responsible for keeping the system running and for shutting it down cleanly.
init
68
One systemd command (_______) is used for most basic tasks
systemctl
69
Different types of filesystems supported by Linux:
Conventional disk filesystems Flash storage filesystems Database filesystems Special purpose filesystems
70
Conventional disk filesystems:
ext3, ext4, XFS, Btrfs, JFS, NTFS, vfat, exfat, etc.
71
Flash storage filesystems:
ubifs, jffs2, yaffs, etc.
72
Special purpose filesystems:
procfs, sysfs, tmpfs, squashfs, debugfs, fuse, etc.
73
is a  dedicated subsection of physical storage media.  Historically this meant a physically contiguous portion of a hard disk; today’s storage devices can be more complicated, but we still think of a partition as a fixed area to be treated as a whole.
partition
74
is just a method of storing and accessing files.
filesystem
75
Linux systems store their important files according to a standard layout called the
Filesystem Hierarchy Standard (FHS)
76
is best decided at the time of installation; it can be difficult to change later
partition layout
77
is a logical part of the disk.
partition
78
is a method of storing/finding files on a hard disk.
filesystem
79
keeps track of the displays being provided and loads the X server (so-called, because it provides graphical services to applications, sometimes called X clients).
Display Manager
80
is gradually superseding it and is the default display system for Fedora, RHEL, and other recent distributions
Wayland
81
The default display manager for GNOME is called
gdm
82
Another popular display manager is
kdm
83
is a popular desktop environment with an easy-to-use graphical user interface. It is bundled as the default desktop environment for most Linux distributions, including Red Hat Enterprise Linux (RHEL), Fedora, CentOS, SUSE Linux Enterprise, Ubuntu, and Debian
GNOME
84
Each distribution implements the ____ which is used to navigate the file system
Nautilus (File Manager)
85
To open the File Manager from the command line, on most systems simply type
nautilus
86
The default text editor in GNOME is
gedit
87
is designed as a general-purpose text editor, it offers additional features for spell-checking, highlighting, file listings, and statistics
gedit
88
is a popular desktop environment and graphical user interface that runs on top of the Linux operating system.
GNOME
89
display manager presents the user with the login screen, which prompts for the login username and password
gdm
90
is the underlying package manager for these systems. It can install, remove, and build packages. Unlike higher-level package management systems, it does not automatically download and install packages and satisfy their dependencies.
dpkg
91
APT
Advanced Package Tool
92
is the other package management system popular on Linux distributions.
Red Hat Package Manager (RPM)
93
Debian distributions use ____ and _____ utilities for package management.
dpkg and apt-based
94
is the most popular and reliable protocol for setting the local time via Internet servers.
The Network Time Protocol
95
To access GTalk, AIM, ICQ, MSN, IRC and other messaging networks.
Pidgin
96
Intuitive graphical FTP client that supports FTP, Secure File Transfer Protocol (SFTP), and FTP Secured (FTPS). Used to transfer files to/from (FTP) servers.
FileZilla
97
To access Internet Relay Chat (IRC) networks.
Hexchat
98
Most day-to-day computer systems have productivity applications (sometimes called _______) available or installed
office suites
99
an open source office suite that started in 2010 and has evolved from OpenOffice
LibreOffice
100
Mature MP3 player with a graphical interface, that plays audio and video files, and streams (online audio files). It allows you to create a playlist that contains a group of songs, and uses a database to store information about the music collection.
Amarok
101
Used to record and edit sounds. Audacity has a simple interface to get you started.
Audacity
102
Another smart audio media player.
Audacious
103
Supports a large variety of digital music sources, including streaming Internet audio and podcasts. The application also enables search of particular audio in a library. It supports smart playlists with an automatic update feature, which can revise playlists based on specified selection criteria.
Rhythmbox
104
Linux systems offer a number of movie players, including:
VLC MPlayer Xine Totem
105
Create 3D animation and design. Blender is a professional tool that uses modeling as a starting point. There are complex and powerful tools for camera capture, recording, editing, enhancing and creating video, each having its own focus.
Blender
106
Capture, compose, and edit audio/video.
Cinelerra
107
Record, convert, and stream audio/video. FFmpeg is a format converter, among other things, and has other tools such as ffplay and ffserver.
FFmpeg
108
is a feature-rich image retouching and editing tool similar to Adobe Photoshop and is available on all Linux distributions
The GNU Image Manipulation Program (GIMP)
109
is an image viewer that provides slide show capability and a few image editing tools, such as rotate and resize. It can also step through the images in a directory with just a click.
Eye of Gnome (eog)
110
is an image editor with lots of editing features. It works with layers and transformations of the image. It is sometimes compared to Adobe Illustrator.
Inkscape
111
is a command line tool (part of the ImageMagick set of applications) that can modify image files in many ways. The options include file format conversion and numerous image modification options, such as blur, resize, despeckle, etc.
convert
112
Most input lines entered at the shell prompt have three basic elements:
Command Options Arguments
112
is used for creating documents used for publishing and providing a What You See Is What You Get (WYSIWYG) environment. It also provides numerous editing tools.
Scribus
113
is the name of the program or script you are executing. It may be followed by one or more options (or switches) that modify what the command may do
Command
114
usually start with one or two dashes, for example, -p or --print, in order to differentiate them from arguments, which represent what the command operates on.
Options
115
are console sessions that use the entire display and keyboard outside of a graphical environment
Virtual Terminals (VT)
116
is reserved for the graphical environment, and text logins are enabled on the unused VTs.
One virtual terminal (usually VT 1 or VT 7)
117
There are two ways to identify paths:
Absolute pathname Relative pathname
118
pathname starts from the present working directory.
relative
119
pathname begins with the root directory (/) and follows the tree, branch by branch, until it reaches the desired directory or file.
absolute
120
command is a good way to get a bird’s-eye view of the filesystem tree.
tree
121
is the underlying package management system that manages software on Debian-based systems
Advanced Packaging Tool (apt)
122
are consoles, or command line terminals that use the connected monitor and keyboard.
Virtual terminals (VT)
123
performs a database search to find all file names that match a given pattern.
locate
124
locates files recursively from a given directory or set of directories.
find
125
is able to run commands on the files that it lists, when used with the -exec option.
find
126
is used to set the access, change, and edit times of files, as well as to create empty files.
touch
127
is used to manage installed software on Debian-based systems.
apt
128
command-line package management utility for the RPM-based Red Hat Family Linux distributions.
dnf
129
package management system is based on RPM and used for openSUSE.
zypper
130
is simply an instance of one or more related tasks (threads) executing on your computer
process
131
is a process that runs as long as needed. It allows users to execute programs and access resources in an interactive environment
terminal window
132
Need to be started by a user, either at a command line or through a graphical interface such as an icon or a menu selection.
Interactive Processes
133
Automatic processes which are scheduled from and then disconnected from the terminal. These tasks are queued and work on a FIFO (First-In, First-Out) basis.
Batch Processes
134
Server processes that run continuously. Many are launched during system startup and then wait for a user or system request indicating that their service is required.
daemons
135
Lightweight processes. These are tasks that run under the umbrella of a main process, sharing memory and other resources, but are scheduled and run by the system on an individual basis. An individual thread can end without terminating the whole process and a process can create new threads at any time. Many non-trivial programs are multi-threaded.
threads
136
Kernel tasks that users neither start nor terminate and have little control over. These may perform actions like moving a thread from one CPU to another, or making sure input/output operations to disk are completed.
kernel process
137
is the average of the load number for a given period of time. It takes into account processes that are:
load average
138