Chapter 2 Flashcards

(28 cards)

1
Q

What is a Kernel?

A

The Brain, or CORE of the Linux Operating System

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

What does the Kernel Control?

A

Controls the Hardware and makes Hardware interact with applications.

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

What is an example of a Kernel?

A

The Linux Kernel

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

Where can Kernel’s be found?

A

Kernel.org

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

What is a Distribution?

A

Collection of programs combined with the Linux Kernel to make the Linux based operating system.

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

What is another name for a Distribution?

A

Distros

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

What are examples of a distribution?

A

Red Hat; Enterprise Linux; Fedora; Ubuntu; Gentoo

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

What is a boot loader?

A

A Boot Loader is a program that boots the operating system.

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

What are 2 examples of a boot loader?

A

GRUB; ISOLINUX

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

What is a service?

A

A service is a program that runs as a background process.

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

What are some examples of a service?

A

httpd
nfsd
ntpd
ftpd
names

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

What is a Filesystem?

A

A method for storing and organizing files in Linux.

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

What are some examples of a filesystem?

A

ext3
ext4
FAT
XFS
Btrfs

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

What is an X window system?

A

The standard tool kit and protocol the build the graphic user interface on nearly all Linux systems.

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

What is the Desktop Environment?

A

Graphical User Interface on top of the operating system.

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

What are some examples of the Desktop Environment?

A

GNOME
KDE
Xfce
Fluxbox

17
Q

What is the Command Line?

A

Interface for typing commands on top of the operating system.

18
Q

What is a Shell?

A

the command line interpreter that interprets the command line input and instructs the operating system to perform the necessary tasks and commands.

19
Q

What are some examples of the shell?

20
Q

What does a full linux distribution consist of?

A

the kernel +
a number of other software related tools each its own project.

21
Q

Where can the Linux Kernel be found?

A

Linux Kernel Archives

22
Q

Where can the Linux Kernel be found?

A

Linux Kernel Archives

23
Q

What are some examples of the essential tools and ingredients provided by distributions?

A

C/C++
Clang Compilers
gdb debuggers
cores system libraries
low lever interface for drawing graphics

24
Q

What is the Linux Kernel Connected Too?

A

Support Services
Package Updates, Upgrades and driver patches
Applicatiopns
Libraries
Documentation for: Commands, applications and services,.

25
What are the major, commercially supported Distros?
Red Hat, Canonical, SUSE
26
What does RHEL mean?
Red Hat Enterprise Linux
27
What are some free alternatives to RHEL?
CENTOS; CENTOS Stream
28
What is Widely Used by Developers?
Ubuntu and Fedora