24 KiB
24 KiB
1 | 1. Which filesystem is used to store information about current running processes? |
---|---|
2 | A. /environment |
3 | B. /proc |
4 | C. /etc |
5 | D. /dev |
6 | 2. What is the default directory for configuration information related to the modprobe |
7 | command? |
8 | A. /etc/modprobe.conf |
9 | B. /etc/modprobe |
10 | C. /etc/modprobe.d |
11 | D. /var/modprobe |
12 | the operator group? |
13 | 4. Which option to dmesg displays the time in local time? |
14 | A. -rel |
15 | B. -e |
16 | C. -f |
17 | D. -t |
18 | 5. Which process ID is typically associated with the init process? |
19 | A. 0 |
20 | B. 1 |
21 | C. 5 |
22 | D. 100 |
23 | 6. You have been troubleshooting a system issue that may be related to the driver in use for a |
24 | PCI device in the system. Which command and option will display the PCI devices and the |
25 | drivers being used for those devices? |
26 | A. lsusb -v |
27 | B. ls -pci |
28 | C. lspci -k |
29 | D. showpci |