Anthony Schulmeister
Quiz by , created more than 1 year ago

class 2 Advanced Unix/Linux Quiz on Exam 2: Ch 8, 9-10, 12, 28, created by Anthony Schulmeister on 24/03/2016.

17
0
0
Anthony Schulmeister
Created by Anthony Schulmeister about 8 years ago
Close

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

Question 1 of 54

1

_______ is the more modern version of ___________.

Select one of the following:

  • inetd/xinetd

  • xinetd/inetd

  • ext2/ext3

  • Fedora/Ubuntu

Explanation

Question 2 of 54

1

The cron program allows the systems to:

Select one of the following:

  • schedule tasks.

  • paste directory files.

  • restart the logging daemon

  • schedule meetings

Explanation

Question 3 of 54

1

Lines starting with ______ are comments.

Select one of the following:

  • CMT

  • REM

  • *

  • #

Explanation

Question 4 of 54

1

___________ is always the first process that gets started in any Linux/UNIX distribution

Select one of the following:

  • Kernel

  • Terminal

  • Startup

  • init

Explanation

Question 5 of 54

1

Daemons are special programs that _____________control of the terminal from which they started

Select one of the following:

  • provide user

  • never take

  • forcibly take

  • voluntarily release

Explanation

Question 6 of 54

1

/etc/rsyslog.conf configures:

Select one of the following:

  • Your Firefox settings.

  • The Xfile

  • Logging Daemon

  • xinetd

Explanation

Question 7 of 54

1

These two programs are daemons processes.

Select one of the following:

  • inet/xinet

  • cron/at

  • cron.d/at

  • inetd/xinetd

Explanation

Question 8 of 54

1

Special events and messages need to be logged somehow. This is the job of:

Select one of the following:

  • The Logging Daemon

  • Log Xfile

  • Lumber File

  • Daemon Logging

Explanation

Question 9 of 54

1

Most newer Linux distro's use an new upstart called

Select one of the following:

  • upstart

  • startup

  • initup

  • upupandaway

Explanation

Question 10 of 54

1

Regardless of distribution, every Linux-based system ships with some ____________.

Select one of the following:

  • Pirated Music

  • Free Games

  • Core Services

  • Service Cores

Explanation

Question 11 of 54

1

_________ is a kernel configuration editor

Select one of the following:

  • kernel editor

  • fix kernel

  • the kernel hogan

  • make xconfig

Explanation

Question 12 of 54

1

The Linux Design Philosophy allows the individual user to decide the_________ of the kernel.

Select one of the following:

  • kernels

  • important parts

  • initial files

  • boot sequence

Explanation

Question 13 of 54

1

The two steps in building the kernel are:

Select one of the following:

  • Setting up and Installing

  • Downloading and Installing

  • Writing and Running

  • Configuring and Compiling

Explanation

Question 14 of 54

1

In the open source world, the _________ is available to anyone.

Select one of the following:

  • source code

  • object code

  • executable code

  • kernel code

Explanation

Question 15 of 54

1

Because there are so many file is the kernel, the kernel is ____________.

Select one of the following:

  • packed

  • hacked

  • stuffed

  • compressed

Explanation

Question 16 of 54

1

The _________ is the mount point for the proc file system.

Select one of the following:

  • mount proc

  • proc

  • /proc

  • /etc/proc

Explanation

Question 17 of 54

1

The __________ is where kernel updates can be found.

Select one of the following:

  • kernel site

  • update center

  • kernel tree

  • kernel updates

Explanation

Question 18 of 54

1

The ________ is the main component of the Linux operating system.

Select one of the following:

  • init file

  • boot sector

  • inetd daemon

  • kernel

Explanation

Question 19 of 54

1

__________ is similar to the proc file system.

Select one of the following:

  • SysFS

  • ipv4

  • ipv6

  • sysctl

Explanation

Question 20 of 54

1

__________ helps us obtain the name of the current running kernel

Select one of the following:

  • uname -r

  • kernel name

  • uname kernel

  • kernel uname

Explanation

Question 21 of 54

1

It is possible to use a Linux host as a simple router.

Select one of the following:

  • True
  • False

Explanation

Question 22 of 54

1

The netstat program with the -r option, allows you to see the kernel routing table.

Select one of the following:

  • True
  • False

Explanation

Question 23 of 54

1

It is possible to use the ip command to manipulate the routing table on a Linux host.

Select one of the following:

  • True
  • False

Explanation

Question 24 of 54

1

It is not possible to configure a 'one-armed router' in Linux.

Select one of the following:

  • True
  • False

Explanation

Question 25 of 54

1

It is not possible to use the ip command with the route command.

Select one of the following:

  • True
  • False

Explanation

Question 26 of 54

1

Using the route command is one of the easiest ways to display your route table.

Select one of the following:

  • True
  • False

Explanation

Question 27 of 54

1

ip route show table main is a valid entry on the command-line.

Select one of the following:

  • True
  • False

Explanation

Question 28 of 54

1

The netstat program is used to display the status of all of the network connections on a host.

Select one of the following:

  • True
  • False

Explanation

Question 29 of 54

1

Linux ifconfig and ip commands do not yet support IPv6.

Select one of the following:

  • True
  • False

Explanation

Question 30 of 54

1

The ifconfig program usually resides in the ______________ directory.

Select one of the following:

  • /bin

  • /sbin

  • /etc

  • /etc/ifconfig

Explanation

Question 31 of 54

1

You would add the following link to what file to tell the kernel the mapping between the device and the module?

Select one of the following:

  • /etc/modprobe.cfg

  • /etc/network-services

  • /etc/network-card.cnf

  • /etc/modprobe.conf

Explanation

Question 32 of 54

1

In Fedora, the default route is typically stored as:

Select one of the following:

  • DEFAULT

  • GATEWAY

  • ROUTE 0

  • ROUTE 66

Explanation

Question 33 of 54

1

Linux allows hosts to have multiple IP addresses by using:

Select one of the following:

  • IP masking

  • IP aliases

  • IP mimicking

  • DHCP aliasing

Explanation

Question 34 of 54

1

There are ___________ instance(s) when you actually need to change your routes by hand.

Select one of the following:

  • 1

  • 2

  • 3

  • 7

Explanation

Question 35 of 54

1

The GUI tool called "system-config-network" was written to wrap around the ______________ command.

Select one of the following:

  • ifconfig

  • ip

  • None, it is a stand alone program

  • netconfig

Explanation

Question 36 of 54

1

The line alias eth0 e1000 belongs in the_____________ file.

Select one of the following:

  • /etc/modprobe.cfg

  • /etc/modprobe.conf

  • /etc/network-card.cnf

  • /etc/network-services

Explanation

Question 37 of 54

1

BOOTPROTO=none is used for

Select one of the following:

  • DHCP

  • The BOOTP protocol should be used

  • No boot-time protocol should be used

  • Nothing

Explanation

Question 38 of 54

1

The ip command is an alternative to using:

Select one of the following:

  • ifconfig

  • ipconfig

  • netconfig

  • configif

Explanation

Question 39 of 54

1

The parameter for the destination network to which you want to offer a route is:

Select one of the following:

  • addy

  • netmask

  • GATEWAY

  • gw

Explanation

Question 40 of 54

1

If the network card is configured as a module, you have to tell the kernel the ___________ between the device names and the module.

Select one of the following:

  • Path

  • Mapping

  • Hard Link

  • Soft Link

Explanation

Question 41 of 54

1

A server must be present on each subnet on which DHCP is assigned.

Select one of the following:

  • True
  • False

Explanation

Question 42 of 54

1

This lease dictates how long the client may keep this address.

Select one of the following:

  • True
  • False

Explanation

Question 43 of 54

1

DHCP is handy for those who travel from office to office.

Select one of the following:

  • True
  • False

Explanation

Question 44 of 54

1

Declarations alter the behavior of the server for the relevant group or clients.

Select one of the following:

  • True
  • False

Explanation

Question 45 of 54

1

In Fedora, the default primary configuration is /etc/dhcpd.conf

Select one of the following:

  • True
  • False

Explanation

Question 46 of 54

1

The DHCP client and server are available to assist us with DHCP in Linux

Select one of the following:

  • True
  • False

Explanation

Question 47 of 54

1

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

Select one of the following:

  • True
  • False

Explanation

Question 48 of 54

1

Parameters alter the behavior of the server for the relevant group or clients.

Select one of the following:

  • True
  • False

Explanation

Question 49 of 54

1

Each address is issued with an associated bill of sale.

Select one of the following:

  • True
  • False

Explanation

Question 50 of 54

1

The Linux DHCP sever is unique and does not act like other DHCP servers.

Select one of the following:

  • True
  • False

Explanation

Question 51 of 54

1

The ISC DHCP server is the de facto for many Linux distributions.

Select one of the following:

  • True
  • False

Explanation

Question 52 of 54

1

Once a request is received, the server checks its database and issues an appropriate response.

Select one of the following:

  • True
  • False

Explanation

Question 53 of 54

1

In Ubuntu, the default primary configuration is /etc/dhcpd.conf .

Select one of the following:

  • True
  • False

Explanation

Question 54 of 54

1

The Dynamic Host Configuration Protocol Daemon (DHCPD) is the client.

Select one of the following:

  • True
  • False

Explanation