Exam 2: Ch 8, 9-10, 12, 28

Description

class 2 Advanced Unix/Linux Quiz on Exam 2: Ch 8, 9-10, 12, 28, created by Anthony Schulmeister on 24/03/2016.
Anthony Schulmeister
Quiz by Anthony Schulmeister, updated more than 1 year ago
Anthony Schulmeister
Created by Anthony Schulmeister about 8 years ago
17
0

Resource summary

Question 1

Question
_______ is the more modern version of ___________.
Answer
  • inetd/xinetd
  • xinetd/inetd
  • ext2/ext3
  • Fedora/Ubuntu

Question 2

Question
The cron program allows the systems to:
Answer
  • schedule tasks.
  • paste directory files.
  • restart the logging daemon
  • schedule meetings

Question 3

Question
Lines starting with ______ are comments.
Answer
  • CMT
  • REM
  • *
  • #

Question 4

Question
___________ is always the first process that gets started in any Linux/UNIX distribution
Answer
  • Kernel
  • Terminal
  • Startup
  • init

Question 5

Question
Daemons are special programs that _____________control of the terminal from which they started
Answer
  • provide user
  • never take
  • forcibly take
  • voluntarily release

Question 6

Question
/etc/rsyslog.conf configures:
Answer
  • Your Firefox settings.
  • The Xfile
  • Logging Daemon
  • xinetd

Question 7

Question
These two programs are daemons processes.
Answer
  • inet/xinet
  • cron/at
  • cron.d/at
  • inetd/xinetd

Question 8

Question
Special events and messages need to be logged somehow. This is the job of:
Answer
  • The Logging Daemon
  • Log Xfile
  • Lumber File
  • Daemon Logging

Question 9

Question
Most newer Linux distro's use an new upstart called
Answer
  • upstart
  • startup
  • initup
  • upupandaway

Question 10

Question
Regardless of distribution, every Linux-based system ships with some ____________.
Answer
  • Pirated Music
  • Free Games
  • Core Services
  • Service Cores

Question 11

Question
_________ is a kernel configuration editor
Answer
  • kernel editor
  • fix kernel
  • the kernel hogan
  • make xconfig

Question 12

Question
The Linux Design Philosophy allows the individual user to decide the_________ of the kernel.
Answer
  • kernels
  • important parts
  • initial files
  • boot sequence

Question 13

Question
The two steps in building the kernel are:
Answer
  • Setting up and Installing
  • Downloading and Installing
  • Writing and Running
  • Configuring and Compiling

Question 14

Question
In the open source world, the _________ is available to anyone.
Answer
  • source code
  • object code
  • executable code
  • kernel code

Question 15

Question
Because there are so many file is the kernel, the kernel is ____________.
Answer
  • packed
  • hacked
  • stuffed
  • compressed

Question 16

Question
The _________ is the mount point for the proc file system.
Answer
  • mount proc
  • proc
  • /proc
  • /etc/proc

Question 17

Question
The __________ is where kernel updates can be found.
Answer
  • kernel site
  • update center
  • kernel tree
  • kernel updates

Question 18

Question
The ________ is the main component of the Linux operating system.
Answer
  • init file
  • boot sector
  • inetd daemon
  • kernel

Question 19

Question
__________ is similar to the proc file system.
Answer
  • SysFS
  • ipv4
  • ipv6
  • sysctl

Question 20

Question
__________ helps us obtain the name of the current running kernel
Answer
  • uname -r
  • kernel name
  • uname kernel
  • kernel uname

Question 21

Question
It is possible to use a Linux host as a simple router.
Answer
  • True
  • False

Question 22

Question
The netstat program with the -r option, allows you to see the kernel routing table.
Answer
  • True
  • False

Question 23

Question
It is possible to use the ip command to manipulate the routing table on a Linux host.
Answer
  • True
  • False

Question 24

Question
It is not possible to configure a 'one-armed router' in Linux.
Answer
  • True
  • False

Question 25

Question
It is not possible to use the ip command with the route command.
Answer
  • True
  • False

Question 26

Question
Using the route command is one of the easiest ways to display your route table.
Answer
  • True
  • False

Question 27

Question
ip route show table main is a valid entry on the command-line.
Answer
  • True
  • False

Question 28

Question
The netstat program is used to display the status of all of the network connections on a host.
Answer
  • True
  • False

Question 29

Question
Linux ifconfig and ip commands do not yet support IPv6.
Answer
  • True
  • False

Question 30

Question
The ifconfig program usually resides in the ______________ directory.
Answer
  • /bin
  • /sbin
  • /etc
  • /etc/ifconfig

Question 31

Question
You would add the following link to what file to tell the kernel the mapping between the device and the module?
Answer
  • /etc/modprobe.cfg
  • /etc/network-services
  • /etc/network-card.cnf
  • /etc/modprobe.conf

Question 32

Question
In Fedora, the default route is typically stored as:
Answer
  • DEFAULT
  • GATEWAY
  • ROUTE 0
  • ROUTE 66

Question 33

Question
Linux allows hosts to have multiple IP addresses by using:
Answer
  • IP masking
  • IP aliases
  • IP mimicking
  • DHCP aliasing

Question 34

Question
There are ___________ instance(s) when you actually need to change your routes by hand.
Answer
  • 1
  • 2
  • 3
  • 7

Question 35

Question
The GUI tool called "system-config-network" was written to wrap around the ______________ command.
Answer
  • ifconfig
  • ip
  • None, it is a stand alone program
  • netconfig

Question 36

Question
The line alias eth0 e1000 belongs in the_____________ file.
Answer
  • /etc/modprobe.cfg
  • /etc/modprobe.conf
  • /etc/network-card.cnf
  • /etc/network-services

Question 37

Question
BOOTPROTO=none is used for
Answer
  • DHCP
  • The BOOTP protocol should be used
  • No boot-time protocol should be used
  • Nothing

Question 38

Question
The ip command is an alternative to using:
Answer
  • ifconfig
  • ipconfig
  • netconfig
  • configif

Question 39

Question
The parameter for the destination network to which you want to offer a route is:
Answer
  • addy
  • netmask
  • GATEWAY
  • gw

Question 40

Question
If the network card is configured as a module, you have to tell the kernel the ___________ between the device names and the module.
Answer
  • Path
  • Mapping
  • Hard Link
  • Soft Link

Question 41

Question
A server must be present on each subnet on which DHCP is assigned.
Answer
  • True
  • False

Question 42

Question
This lease dictates how long the client may keep this address.
Answer
  • True
  • False

Question 43

Question
DHCP is handy for those who travel from office to office.
Answer
  • True
  • False

Question 44

Question
Declarations alter the behavior of the server for the relevant group or clients.
Answer
  • True
  • False

Question 45

Question
In Fedora, the default primary configuration is /etc/dhcpd.conf
Answer
  • True
  • False

Question 46

Question
The DHCP client and server are available to assist us with DHCP in Linux
Answer
  • True
  • False

Question 47

Question
The DHCP client is started and it broadcasts a request on the network asking for an e-mail address.
Answer
  • True
  • False

Question 48

Question
Parameters alter the behavior of the server for the relevant group or clients.
Answer
  • True
  • False

Question 49

Question
Each address is issued with an associated bill of sale.
Answer
  • True
  • False

Question 50

Question
The Linux DHCP sever is unique and does not act like other DHCP servers.
Answer
  • True
  • False

Question 51

Question
The ISC DHCP server is the de facto for many Linux distributions.
Answer
  • True
  • False

Question 52

Question
Once a request is received, the server checks its database and issues an appropriate response.
Answer
  • True
  • False

Question 53

Question
In Ubuntu, the default primary configuration is /etc/dhcpd.conf .
Answer
  • True
  • False

Question 54

Question
The Dynamic Host Configuration Protocol Daemon (DHCPD) is the client.
Answer
  • True
  • False
Show full summary Hide full summary

Similar

IT Applications Practice Exam - 2013, 2012, 2011
Nicholas Bagnall
IT Applications: Design Tools (Know what's what)
Nicholas Bagnall
Factors affecting criminal behaviour
margaret.barg
KT 15p Lần 1
Định Công Trần Ngô
12-1 DNA
Taylor Nguyen
parole chiave della montagna
ludovica gatti
Reproductive System LABELLING
itstinachen
Biology Term One: Ecology Definitions
maddison.b30
Ley 9 de 1979 -Medidas sanitarias
Brayan Rodriguez
HERRAMIENTAS COLABORATIVAS
marcela arango