On a Linux node with multiple active networks interfaces, each having a default route to the Internet, which default route is preferred?
Which of the following configuration files are used by tcpwrapper?
Which of the following are common backup systems used in Linux? (Choose TWO correct answers.)
Which of the following commands will securely copy the directory ./fyf/ to /var/tmp/ on the remote host deltaur using the remote user account kevin?
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? (Choose TWO correct answers.)
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 correct answers.)
What does the -p3 option to the patch command do?
When a makefile is included in a source code package, what are commonly defined targets in the file?