After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?
Solution:
/usr/src/linux/.config, .config
Does this meet the goal?
Correct Answer:
A
What does the -p3 option to the patch command do?
Correct Answer:
A
According to the tcpdump output below, what is the IP address of the client host?
02:12:40.511381 IP 192.168.246.11.1045 > 192.168.246.1.22: S 3838532429:3838532429(0) win 5840
02:12:40.511540 IP 192.168.246.1.22 > 192.168.246.11.1045: S 1209330085:1209330085(0) ack 383853
2430 win 5792
02:12:40.511755 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 1 win 1460
02:12:40.515122 IP 192.168.246.1.22 > 192.168.246.11.1045: P 1:26(25) ack 1 win 5792
02:12:40.515511 IP 192.168.246.11.1045 > 192.168.246.1.22: . ack 26 win 1460
02:12:40.515952 IP 192.168.246.11.1045 > 192.168.246.1.22: P 1:23(22) ack 26 win 1460
Solution:
192.168.246.11
Does this meet the goal?
Correct Answer:
A
Which of the following wireless tools can be used to check the wireless network link quality? (Choose TWO correct answers.)
Correct Answer:
AE
In which directory tree are files modified when changing kernel parameters using the command sysctl?
Correct Answer:
C