McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | information Center | Home
Glossary
Sample Configuration Scripts
Internet Resources
Multiple Choice Quiz
True or False
Feedback
Help Center


Book cover
Introduction to UNIX
Kate Wrightson
Joe Merlino

Basic System Administration - Part II

Multiple Choice

Click on the correct response for each question below.



1

Managing software generally involves all of the following tasks EXCEPT:
A)Reviewing software archives on a regular basis.
B)Reading Unix news sources.
C)Talking with other administrators about program revisions.
D)Required compiler certification.
2

The main advantage of separating function sets into libraries is:
A)The check-in / check-out procedure is enforced.
B)The function set can be reused by multiple programs without having to be written into each program.
C)The program compiles faster since the program is smaller.
D)Source code accountability is maintained.
3

The main disadvantage of using the /tmp directory to store uninstalled software is which of the following:
A)The /tmp directory is in its own small partition that may run out of disk space.
B)The /tmp directory is a temporary location that system administrators regularly empty without warning.
C)The /tmp directory is readable by the public and thus a security risk
D)Access to the /tmp directory is usually restricted to administrators.
4

The usual steps in installing Unix software from source code are:
A)Download, compile, configure, install.
B)Download, configure, Compile, install.
C)Download, compile, configure.
D)Download, configure, interpret, install.
5

The following are advantages of package management systems EXCEPT for which option:
A)Makes installing software a simple process, often with issuing a single command.
B)The package management systems often create and maintain a database of the software installed on your system.
C)The installed software has been preconfigured to fit as many situations as possible.
D)Software that is never available as source code and is only available in a precompiled binary format is available under certain package management systems.
6

To uninstall a package using RPM, issue the following command:
A)"rpm -d packagename".
B)"rpm -e packagename".
C)"rpm -u packagename".
D)"rpm -U packagename".
7

Common architecture designations for RPM package names include the following EXCEPT for which option:
A)"i386" for Intel386.
B)"mac" for Macintosh.
C)"alpha" for DEC Alpha.
D)"sparc" for Sun Sparc.
8

The following are good naming conventions to assign to a new printer EXCEPT for which option:
A)The type of printer (for example, HPLASERJET1).
B)The manufacturer's name (for example, CANON2).
C)Generic names (for example, PRINTER1).
D)The person allocated that printer (for example, BOBSPRINTER).
9

When adding a printer using CUPS, the device name refers to which of the following:
A)The type of printer
B)The manufacturer of the printer
C)The IP address of the printer
D)The port connection to which the printer is attached.
10

Two machines are on the same subnet if the following parts of each machine's IP address are the same.
A)First three numbers.
B)Last three numbers.
C)Only the first two numbers.
D)The last number.




McGraw-Hill/Irwin