Weekend Sale - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

On a Linux node with multiple active networks interfaces, each having a default route to the Internet, which default route is preferred?

A.

The default route with the highest metric value

B.

The default route with the highest MTU value

C.

The default route with the lowest TTL value

D.

The default route with the highest TTL value

E.

The default route with the lowest metric value

Which of the following configuration files are used by tcpwrapper?

A.

/etc/tcpd.allow and etc/tcpd.deny

B.

/etc/tcpwrapper.allow and /etc/tcpwrapper.deny

C.

/etc/hosts.allow and /etc/hosts.deny

D.

/etc/service.allow and /etc/service.deny

Which of the following are common backup systems used in Linux? (Choose TWO correct answers.)

A.

Amanda

B.

Bacula

C.

DrBackup

D.

BREWBackup

E.

SARcheck

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?

A.

rsync -a -e ssh kevin@deltaur:/var/tmp/ fyf/

B.

rsync -a -u kevin -e ssh fyf/ deltaur:/var/tmp/

C.

rsync -a -u kevin -e ssh deltaur:/var/tmp/ fyf/

D.

rsync -a -e ssh fyf/ kevin@deltaur:/var/tmp/

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.

configure

B.

config.h.in

C.

makefile

D.

Makefile

E.

Makefile.in

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.)

A.

Install the binaries manually with suinstall.

B.

Run make install with root privileges.

C.

Do not run ./configure in order to maintain the default configuration for correct installation.

D.

Rerun ./configure with a --prefix option where the user has permissions to write.

E.

Run make install_local to install into /usr/local/.

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 execution as long as there are three or fewer errors.

C.

It instructs patch to look up to three lines of context before or after the declared line in the original file for a match.

D.

patch will keep three previous versions of each file in the output to prevent loss of change history.

E.

It instructs patch to conform more strictly to the POSIX standard.

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, LDFLAGS

D.

prefix, exec_prefix, bindir, mandir