772 lines
24 KiB
Plaintext
772 lines
24 KiB
Plaintext
|
1. Which filesystem is used to store information about current running processes?
|
|||
|
A. /environment
|
|||
|
B. /proc
|
|||
|
C. /etc
|
|||
|
D. /dev
|
|||
|
|
|||
|
2. What is the default directory for configuration information related to the modprobe
|
|||
|
command?
|
|||
|
A. /etc/modprobe.conf
|
|||
|
B. /etc/modprobe
|
|||
|
C. /etc/modprobe.d
|
|||
|
D. /var/modprobe
|
|||
|
|
|||
|
3. Which of the following wall commands send the message "Please Log Off" to users in
|
|||
|
the operator group?
|
|||
|
A. wall -g operator "Please Log Off"
|
|||
|
B. wall "Please Log Off"
|
|||
|
C. wall -operator "Please Log Off"
|
|||
|
D. echo "Please Log Off" | group operator
|
|||
|
|
|||
|
4. Which option to dmesg displays the time in local time?
|
|||
|
A. -rel
|
|||
|
B. -e
|
|||
|
C. -f
|
|||
|
D. -t
|
|||
|
|
|||
|
5. Which process ID is typically associated with the init process?
|
|||
|
A. 0
|
|||
|
B. 1
|
|||
|
C. 5
|
|||
|
D. 100
|
|||
|
|
|||
|
6. You have been troubleshooting a system issue that may be related to the driver in use for a
|
|||
|
PCI device in the system. Which command and option will display the PCI devices and the
|
|||
|
drivers being used for those devices?
|
|||
|
A. lsusb -v
|
|||
|
B. ls -pci
|
|||
|
C. lspci -k
|
|||
|
D. showpci |