Flashcard Set Preview
| Side A | Side B | ||
| 1 |
On a Red Hat system, which file would show you information about what peripherals are connected...
|
/proc/bus/pci/devices
|
|
| 2 |
Which of the following commands would show you useful information about USB devices on your...
|
lsusb -v
|
|
| 3 |
Which file shows information about which IRQ's are in use on a Linux system?
|
/proc/interrupts
|
|
| 4 |
What is a unique characteristic about "lspci" and "lsusb"?
|
On Red Hat systems, they require root privleges.
|
|
| 5 |
Which of the following commands would load the "somemodule" module, along with all of somemodule's...
|
Modprobe somemodule
|
|
| 6 |
For both Red Hat and Debian/Ubuntu systems, which file holds information about USB devices?...
|
/proc/bus/usb/devices
|
|
| 7 |
Which of the following pieces of information will "lspci" not show you about an Ethernet device?
|
The Mac Address
|
|
| 8 |
Which of the following commands would show a list of all kernel modules that are running on...
|
lsmod
|
|
| 9 |
Which of the following commands would show you information about what
devices are connected...
|
lspci
|
|
| 10 |
What command could you enter to just see if the "somemodule" module is
loaded? (You don't...
|
lsmod | grep somemodule
|
|
| 11 |
You're logged in as a normal user on a computer that has one SATA hard
drive and is running...
|
sudo sginfo -s /dev/sda
|
|
| 12 |
You're running a computer that has one SATA drive installed. (The
optical drive is an IDE-type...
|
/dev/sdb
|
|
| 13 |
Excluding the controller itself, how many SCSI devices can you connect to a 16-bit SCSI controller?
|
15
|
|
| 14 |
You've just shut down a server that's running with 14 SCSI-II hard
drives connected to a single...
|
You didn't set a unique SCSI ID for the new drive.
|
|
| 15 |
Which software package would you have to install to have use of the "sginfo" program?
|
sg3_utils
|
|
| 16 |
In the latest versions of Linux, what two utilities have replaced the
"scsi_info" utility...
|
sginfo & lsscsi
|
|
| 17 |
If you exclude the controller itself, how many SCSI devices can be connected to an eight-bit...
|
7
|
|
| 18 |
Which file contains information for all of the SCSI devices on your system? (Include...
|
/proc/scsi/scsi
|
|
| 19 |
On a modern Linux system, which of the following programs monitors for hotplug events?
|
udev
|
|
| 20 |
You're working with an older computer that has two parallel printer
ports. What is the path...
|
dev/lp1
|
|
| 21 |
What is the device file for the first serial port? (Include the whole path.)
|
/dev/ttyS0
|
|
| 22 |
On a system with normal IDE drives, what is the device file for the primary drive that's connected...
|
/dev/hdc
|
|
| 23 |
You're running a Red Hat server that boots into runlevel 3. Which file would you edit to prevent...
|
/etc/inittab
|
|
| 24 |
From within your home directory, what command can you enter to see the latest boot-up messages...
|
dmesg
|
|
| 25 |
Which "shutdown" option will power down the computer?
|
-h
|
|
| 26 |
On a Red Hat system, which runlevel would you set as the default if you want to boot into a...
|
5
|
|
| 27 |
From which file does the "dmesg" utility obtain its information?
|
/var/log/dmesg
|
|
| 28 |
On either a Debian or an Ubuntu server, which program would you use to manage runlevels?
|
sysv-rc-conf
|
|
| 29 |
Which "shutdown" option would you use to send a warning message to users, without actually...
|
-k
|
|
| 30 |
In which two places can lilo store boot menu information?
|
The first sector of a partition. Master Boot Record
|
|
| 31 |
On an either a Debian or an Ubuntu Server, which of the following
utilities could be used...
|
update-rc.d
|
|
| 32 |
Which of the following log files is associated with the "kernel ring buffer"?
|
/var/log/dmesg
|
|
| 33 |
What is the Process Identification Number of "init"?
|
1
|
|
| 34 |
What command would you enter to show both the previous and current runlevels?
|
runlevel
|
|
| 35 |
Which bootloader allows you to place Windows on somthing other than the first partition of...
|
grub
|
|
| 36 |
On a Red Hat system, what command would you enter to see a text display
of what services are...
|
chkconfig --list
|
|
| 37 |
On an Ubuntu system, what command would you enter to make any changes to the boot-up menu take...
|
NONE, Ubuntu uses "GRUB", and edits to the "grub.conf" file take effect
automatically. You...
|
|
| 38 |
After editing the /etc/lilo.conf file, what command must you enter before the changes can take...
|
lilo
|
|
| 39 |
On a Slackware system, which file will contain the most up-to-date booting information for...
|
/etc/lilo.conf
|
|
| 40 |
What command would you enter to change from runlevel 3 to runlevel 1?
|
init 1
|
|
| 41 |
You've just edited the "inittab" file, but you don't want to reboot
your computer. What command...
|
init q
|
|
| 42 |
Which file contains messages about daemons, or services, that have started?
|
/var/log/messages
|
|
| 43 |
Which two runlevels should never be declared as the default?
|
0 and 6
|
|
| 44 |
What command would cancel a scheduled system shutdown?
|
-c
|
|
| 45 |
On a computer that still uses the old-style SysVInit system, which file would you edit to change...
|
/etc/inittab
|
|
| 46 |
On a Red Hat server that doesn't have a grapical interface, what
command would you enter to...
|
ntsysv --level 35
|
|
| 47 |
The time is now 7:30 in the morning. You've just entered the command
that will schedule a...
|
The message won't appear until 15 minutes prior to shutdown
|



No comments yet! Be the first to add a comment below!
Please login to post comments.
After login, we will forward you back to this flashcard.