What does the -p3 option to the patch command do?
A. It will strip off path information from each file mentioned in the patch file up to and including the third / character.
B. patch continues exe...
When a makefile is included in a source code package, what are commonly defined targets in the file?
A. CFLAGS, CPPFLAGS, LIBS, LDFLAGS
B. clean, install, uninstall
C. PATHS, DESTDIR, LIBS, LDFLA...
A regular user, joe, has just run:
./configure && make && make install
to build and install a program. However, the installation fails. What could be done to install the program?(Choose TWO corr...
Which of the following files will be looked for and used by GNU make, if one of them exists, unless a different file is specified on the command line when trying to compile software from source code? ...
The following is an excerpt from the output of tcpdump -nli eth1 'udp':
13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.53: 43653+ A? lpi.org. (25)
13:03:17.598624 IP 192.168.5.112.53 > 192....
What should be done after updating the configuration file for syslogd in order to make the changes become effective? (Choose TWO correct answers.)
A. No action is required, syslogd will notice the ...
Which of the following wireless tools can be used to check the wireless network link quality? (Choose TWO correct answers.)
A. iwconfig
B. iwlink
C. iwscan
D. iwifi
E. iw
The users of the local network complain that name resolution is not fast enough. Enter the command, without the path or any options, that shows the time taken to resolve a DNS query.
The following is an excerpt from the output of tcpdump -nli eth1:
13:03:17.277327 IP 192.168.123.5.1065 > 192.168.5.112.21: Flags [.], ack 1 (truncated)
13:03:17.598624 IP 192.168.5.112.21 > 192.1...
Which /etc/hosts.allow entries will permit access to sshd for users from the 192.168.1.0/24 subnet? (Choose TWO correct answers.)
A. sshd : 192.168.1.
B. sshd : 192.168.1
C. sshd : 192.168.1.0 ne...