Pregunta 1
Pregunta
_______ is the more modern version of ___________.
Respuesta
-
inetd/xinetd
-
xinetd/inetd
-
ext2/ext3
-
Fedora/Ubuntu
Pregunta 2
Pregunta
The cron program allows the systems to:
Pregunta 3
Pregunta
Lines starting with ______ are comments.
Pregunta 4
Pregunta
___________ is always the first process that gets started in any Linux/UNIX distribution
Respuesta
-
Kernel
-
Terminal
-
Startup
-
init
Pregunta 5
Pregunta
Daemons are special programs that _____________control of the terminal from which they started
Respuesta
-
provide user
-
never take
-
forcibly take
-
voluntarily release
Pregunta 6
Pregunta
/etc/rsyslog.conf configures:
Respuesta
-
Your Firefox settings.
-
The Xfile
-
Logging Daemon
-
xinetd
Pregunta 7
Pregunta
These two programs are daemons processes.
Respuesta
-
inet/xinet
-
cron/at
-
cron.d/at
-
inetd/xinetd
Pregunta 8
Pregunta
Special events and messages need to be logged somehow. This is the job of:
Respuesta
-
The Logging Daemon
-
Log Xfile
-
Lumber File
-
Daemon Logging
Pregunta 9
Pregunta
Most newer Linux distro's use an new upstart called
Respuesta
-
upstart
-
startup
-
initup
-
upupandaway
Pregunta 10
Pregunta
Regardless of distribution, every Linux-based system ships with some ____________.
Respuesta
-
Pirated Music
-
Free Games
-
Core Services
-
Service Cores
Pregunta 11
Pregunta
_________ is a kernel configuration editor
Respuesta
-
kernel editor
-
fix kernel
-
the kernel hogan
-
make xconfig
Pregunta 12
Pregunta
The Linux Design Philosophy allows the individual user to decide the_________ of the kernel.
Respuesta
-
kernels
-
important parts
-
initial files
-
boot sequence
Pregunta 13
Pregunta
The two steps in building the kernel are:
Respuesta
-
Setting up and Installing
-
Downloading and Installing
-
Writing and Running
-
Configuring and Compiling
Pregunta 14
Pregunta
In the open source world, the _________ is available to anyone.
Respuesta
-
source code
-
object code
-
executable code
-
kernel code
Pregunta 15
Pregunta
Because there are so many file is the kernel, the kernel is ____________.
Respuesta
-
packed
-
hacked
-
stuffed
-
compressed
Pregunta 16
Pregunta
The _________ is the mount point for the proc file system.
Respuesta
-
mount proc
-
proc
-
/proc
-
/etc/proc
Pregunta 17
Pregunta
The __________ is where kernel updates can be found.
Respuesta
-
kernel site
-
update center
-
kernel tree
-
kernel updates
Pregunta 18
Pregunta
The ________ is the main component of the Linux operating system.
Respuesta
-
init file
-
boot sector
-
inetd daemon
-
kernel
Pregunta 19
Pregunta
__________ is similar to the proc file system.
Pregunta 20
Pregunta
__________ helps us obtain the name of the current running kernel
Respuesta
-
uname -r
-
kernel name
-
uname kernel
-
kernel uname
Pregunta 21
Pregunta
It is possible to use a Linux host as a simple router.
Pregunta 22
Pregunta
The netstat program with the -r option, allows you to see the kernel routing table.
Pregunta 23
Pregunta
It is possible to use the ip command to manipulate the routing table on a Linux host.
Pregunta 24
Pregunta
It is not possible to configure a 'one-armed router' in Linux.
Pregunta 25
Pregunta
It is not possible to use the ip command with the route command.
Pregunta 26
Pregunta
Using the route command is one of the easiest ways to display your route table.
Pregunta 27
Pregunta
ip route show table main is a valid entry on the command-line.
Pregunta 28
Pregunta
The netstat program is used to display the status of all of the network connections on a host.
Pregunta 29
Pregunta
Linux ifconfig and ip commands do not yet support IPv6.
Pregunta 30
Pregunta
The ifconfig program usually resides in the ______________ directory.
Respuesta
-
/bin
-
/sbin
-
/etc
-
/etc/ifconfig
Pregunta 31
Pregunta
You would add the following link to what file to tell the kernel the mapping between the device and the module?
Respuesta
-
/etc/modprobe.cfg
-
/etc/network-services
-
/etc/network-card.cnf
-
/etc/modprobe.conf
Pregunta 32
Pregunta
In Fedora, the default route is typically stored as:
Respuesta
-
DEFAULT
-
GATEWAY
-
ROUTE 0
-
ROUTE 66
Pregunta 33
Pregunta
Linux allows hosts to have multiple IP addresses by using:
Respuesta
-
IP masking
-
IP aliases
-
IP mimicking
-
DHCP aliasing
Pregunta 34
Pregunta
There are ___________ instance(s) when you actually need to change your routes by hand.
Pregunta 35
Pregunta
The GUI tool called "system-config-network" was written to wrap around the ______________ command.
Pregunta 36
Pregunta
The line alias eth0 e1000 belongs in the_____________ file.
Respuesta
-
/etc/modprobe.cfg
-
/etc/modprobe.conf
-
/etc/network-card.cnf
-
/etc/network-services
Pregunta 37
Pregunta
BOOTPROTO=none is used for
Pregunta 38
Pregunta
The ip command is an alternative to using:
Respuesta
-
ifconfig
-
ipconfig
-
netconfig
-
configif
Pregunta 39
Pregunta
The parameter for the destination network to which you want to offer a route is:
Pregunta 40
Pregunta
If the network card is configured as a module, you have to tell the kernel the ___________ between the device names and the module.
Respuesta
-
Path
-
Mapping
-
Hard Link
-
Soft Link
Pregunta 41
Pregunta
A server must be present on each subnet on which DHCP is assigned.
Pregunta 42
Pregunta
This lease dictates how long the client may keep this address.
Pregunta 43
Pregunta
DHCP is handy for those who travel from office to office.
Pregunta 44
Pregunta
Declarations alter the behavior of the server for the relevant group or clients.
Pregunta 45
Pregunta
In Fedora, the default primary configuration is /etc/dhcpd.conf
Pregunta 46
Pregunta
The DHCP client and server are available to assist us with DHCP in Linux
Pregunta 47
Pregunta
The DHCP client is started and it broadcasts a request on the network asking for an e-mail address.
Pregunta 48
Pregunta
Parameters alter the behavior of the server for the relevant group or clients.
Pregunta 49
Pregunta
Each address is issued with an associated bill of sale.
Pregunta 50
Pregunta
The Linux DHCP sever is unique and does not act like other DHCP servers.
Pregunta 51
Pregunta
The ISC DHCP server is the de facto for many Linux distributions.
Pregunta 52
Pregunta
Once a request is received, the server checks its database and issues an appropriate response.
Pregunta 53
Pregunta
In Ubuntu, the default primary configuration is /etc/dhcpd.conf .
Pregunta 54
Pregunta
The Dynamic Host Configuration Protocol Daemon (DHCPD) is the client.