Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

How are PAM modules organized and stored?

A.

As plain text files in /etc/security/

B.

A statically linked binaries in /etc/pam.d/bin/

C.

As Linux kernel modules within the respective sub directory of /lib/modules/

D.

As shared object files within the /lib/ directory hierarchy

E.

As dynamically linked binaries in /usr/lib/pam/sbin/

To which destination will a route appear in the Linux routing table after activating IPv6 on a router’s network interface, even when no global IPv6 addresses have been assigned to the interface?

A.

fe80::/10

B.

0::/128

C.

0::/0

D.

fe80::/64

E.

2000::/3

If there is no access directive, what is the default setting for OpenLDAP?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Which of these tools provides DNS information in the following format?

A.

dig

B.

nslookup

C.

host

D.

named-checkconf

E.

named-checkzone

Which option in named.conf specifies which host are permitted to ask for domain name information from the server?

A.

allowed-hosts

B.

accept-query

C.

permit-query

D.

allow-query

E.

query-group

Which of the following services belongs to NFSv4 and does not exist in NFSv3?

A.

rpc.idmapd

B.

rpc.statd

C.

nfsd

D.

rpc.mountd

On a Linux router, packet forwarding for IPv4 has been enabled. After a reboot, the machine no longer forwards IP packets from other hosts. The command:

echo 1 > /proc/sys/net/ipv4/ip_forward

temporarily resolves this issue.

Which one of the following options is the best way to ensure this setting is saved across system restarts?

A.

Add echo 1 > /proc/sys/net/ipv4/ip_forward to the root user login script

B.

Add echo 1 > /proc/sys/net/ipv4/ip_forward to any user login script

C.

In /etc/sysct1.conf change net.ipv4.ip_forward to 1

D.

In /etc/rc.local add net.ipv4.ip_forward = 1

E.

In /etc/sysconfig/iptables-config add ipv4.ip_forward = 1

Which configuration parameter on a Postfix server modifies only the sender address and not the recipient address?

A.

alias_maps

B.

alias_rewrite_maps

C.

sender_canonical_maps

D.

sender_rewrite_maps

The program vsftpd, running in a chroot jail, gives the following error:

Which of the following actions would fix the error?

A.

The file /etc/ld.so.conf in the root filesystem must contain the path to the appropriate lib directory in the chroot jail

B.

Create a symbolic link that points to the required library outside the chroot jail

C.

Copy the required library to the appropriate lib directory in the chroot jail

D.

Run the program using the command chroot and the option--static_libs

Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to be sent to the DHCP clients?

A.

domain-name-servers

B.

domain-server

C.

name-server

D.

servers