Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

Which option to the update-rc.d command will cause the removal of all symlinks to /etc/rcX.d/*test2 even when the script /etc/init.d/test2 still exists?

A.

-d

B.

-f

C.

-n

D.

-r

Full Access
Question # 5

After changing the default runlevel in the SysV-init configuration file, the system boots in a different than intended runlevel. Where else could this different runlevel be defined?

A.

In the /etc/sysctl.conf

B.

In the boot loader configuration file

C.

In the /etc/runlevel file

D.

In the /boot/initramfs file

E.

In the /etc/rc.d/rc.local file

Full Access
Question # 6

Where is the LILO boot loader code typically installed on a system with only a single Linux installation and no other operating systems?

A.

In the master boot record.

B.

In the boot sector.

C.

In the /boot directory.

D.

At the start of the kernel.

Full Access
Question # 7

Which of the following commands can be used to script interactions with various TCP or UDP services?

A.

ftp

B.

nc

C.

tcpdump

D.

strings

E.

wget

Full Access
Question # 8

Which of the following commands will list the IPv4 neighbors of the current system? This includes IP and MAC addresses. (Choose TWO correct answers.)

A.

arp

B.

ifconfig -lv eth0

C.

netstat -al

D.

ip neigh show

Full Access
Question # 9

Which of the following commands can be used to list IPv4 addresses and MAC addresses for IP devices that the system has seen on the local network?

A.

arp

B.

ifconfig

C.

ipadm

D.

iwlist

Full Access
Question # 10

Which archive format is used to create an initramfs image?

A.

gzip

B.

tar

C.

RAR

D.

cpio

E.

bzip2

Full Access
Question # 11

How can the kernel parameter for the maximum size of the shared memory segment (shmmax) be changed to 2GB (2147483648 Bytes) on a running system? (Choose TWO correct answers.)

A.

Edit /etc/shmmax and set the parameter to 2147483648.

B.

sysctl shmmax=2147483648

C.

sysctl kernel.shmmax=2147483648

D.

echo 2147483648 > /proc/sys/kernel/shmmax

E.

export kernel.shmmax=2147483648

Full Access
Question # 12

What information does the file modules.dep provide?

A.

A list of all modules, compiled or not, that are available to the kernel.

B.

A list of modules trusted by the installed kernel.

C.

A list of devices and their module name.

D.

A list of all compiled modules and their dependencies.

E.

A list of modules the kernel needs to run.

Full Access
Question # 13

Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?

A.

recover

B.

lost+found

C.

back

D.

lost

Full Access
Question # 14

Which one of these directories should not be backed up?

A.

/backup

B.

/etc

C.

/opt

D.

/proc

E.

/var/log

Full Access
Question # 15

Which file contains the message that is displayed above the login prompt of the system console? (Specify the full name of the file, including path.)

Full Access
Question # 16

Which sub command to crypsetup shows information about an encrypted LUKS partition?

A.

luksDump

B.

luksInfo

C.

luksDebug

D.

luksLS

E.

luksShow

Full Access
Question # 17

Which of the following init systems comes along with an own UEFI boot loader?

A.

systemd

B.

SysVinit

C.

Upstart

D.

OpenRC

E.

launchd

Full Access
Question # 18

Which of the following commands lists IPv4 addresses and MAC addresses of network nodes that the local system has seen on its directly connected IP networks?

A.

arp

B.

ifconfig

C.

ipadm

D.

iwlist

Full Access
Question # 19

After a lot of write operations, the administrator want to ensure that the kernel flushes the file system buffers to disk. Which command will accomplish this? (Specify ONLY the command without any path or parameters.)

Full Access
Question # 20

What does a 0 in the last field (fsck order) of /etc/fstab indicate about the filesystem?

A.

The filesystem should be checked before filesystems with higher values.

B.

The filesystem should be checked after filesystems with higher values.

C.

The filesystem check counter is ignored.

D.

The filesystem has been disabled from being checked and mounted on the system.

E.

The filesystem does not require an fsck check when being mounted.

Full Access
Question # 21

Where would fsck put any unreferenced file or file fragments on a ext4 filesystem?

A.

recover

B.

lost+found

C.

back

D.

lost

Full Access
Question # 22

Due to extreme system use, a Linux system requires some additional swap space. To initialize 5GB of additional swap space, which combination of commands should be used?

A.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; mount /tmp/swapfile

B.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; swapon /tmp/swapfile

C.

dd if=/dev/zero of=/tmp/swapfile bs=1024 count=5120000; mkswap /tmp/swapfile; swapon /tmp/swapfile

D.

touch -5G /tmp/swapfile; swapon /tmp/swapfile

E.

mkswap /tmp/swapfile 512000; swapon /tmp/swapfile

Full Access
Question # 23

Which of the following is an example path to a Linux software RAID array?

A.

/dev/raid0

B.

/dev/rd1

C.

/dev/pr0

D.

/dev/md1

Full Access
Question # 24

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.

Full Access