Linux Prelim
Linux Prelim
Linux Prelim
VERSIOn = 2
SUBLEVEL = 22
PATCHLEVEL = 4
Identify the command of the Linux Kernel based on the given description.
build the dynamic modules
make modules
build kernel
make
makes sure no stale .o files have been left over from a previous build
make clean
Identify the command in creating the .config file based on the identified
description.
The Configure.help file also provides further information for when a kernel module
doesn't load properly. Specific options and aliases for ___________________ are
specified in that file.
/etc/modules.conf
One can use: make zdisk or make bzdisk to create compressed kernels on a floppy.
The compiled kernel will be written to: ___________________
/dev/fd0
If you have downloaded the linux-2.4.21.tgz kernel source and you want to update to
a more recent kernel linux2.4.22 for example, you must download the
___________________patch.
patch-2.4.22.gz
Decide what kind of hardware and network support needs to be included in the kernel
as well as which type of kernel we wish to compile (modular or monolithic). These
choices will be saved in a single file: ___________________
/usr/src/linux/.config
All Linux installations use GNU components as a part of their operating system.
false
As an operating system, Linux is a hardware that sits underneath all of the other
hardware on a computer, receiving requests from those programs and relaying these
requests to the computer�s software.
true
Linux has a__________, and other types of software you are accustomed to using on
other operating systems.
graphical interface
This means that Linux is incredibly_______, because not just applications, such as
word processors and web browsers, can be swapped out.
customizable