Chapter 13 Exam Flashcards
When you execute the dmesg command, the system displays messages that are generated by the kernel.
True or False?
True
False
True
The Linux kernel mounts the following pseudo-filesystems to provide access to information about hardware devices connected to the system:
(choose two)
/devices
/proc
/info
/sys
/proc
/sys
The /proc directory contains a subdirectory for each process present on the system.
True or False?
True
False
True
The Process ID (PID) of the init process is:
0
1
100
varies
1
The process (ps) command shows only processes running in the current shell by default. True or False?
True
False
True
The following system load averages are displayed by the top command:
(choose three)
15 minute
1 minute
10 minute
5 minute
15 minute
1 minute
5 minute
The free command outputs statistics about:
CPU usage
Software usage
Memory usage
Disk usage
Memory usage
What directory typically contains log files?
/proc/loc
/log
/usr/log
/var/log
/var/log
Which log file contains messages regarding authentication and authorization?
secure
dmesg
syslog
messages
secure
All log files contain only text data.
True or False?
True
False
False
A load average of 1.0 always means the system is fully loaded.
True or False?
True
False
False
A command that will continuously update statistics about running processes:
tail
head
top
Bottom
top
Which of the following is a valid Linux option style for Traditional Unix:
two dashes (–)
slash (/)
no dash
a single dash (-)
a single dash (-)
Which file contains the information passed to the kernel at boot time?
/proc/kargs
/proc/kopts
/proc/cmdline
/proc/kernel
/proc/cmdline
To make changes permanent for kernel parameter files found under /proc/sys, the following file can have entries added to it:
/etc/sysinfo.conf
/etc/procctl.conf
/etc/sysctl.conf
/etc/procsys.conf
/etc/sysctl.conf