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

Which of the following terms are used to describe 3.x kernel releases? (Choose TWO correct answers.)

A.

beta

B.

final

C.

longterm

D.

prerelease

E.

stable

After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?

Which of the following best describes the format of the /etc/fstab file?

A.

device name; filesystem type; mount point; mount options; dump filesystem; fsck order

B.

device name; mount point; filesystem type; mount options; dump filesystem; fsck order

C.

device name; mount point; mount options; filesystem type; dump filesystem; fsck order

D.

mount point; filesystem type; device name; mount options; dump filesystem; fsck order

E.

mount point; device name; filesystem type; mount options; dump filesystem; fsck order

What is the purpose of the smartd daemon?

A.

It is a user space daemon used for reading smart cards and integrated circuit chips.

B.

It attempts to automatically repair file systems upon a failed file system check.

C.

It monitors process activity and helps the kernel decide which processes to kill when the kernel overcommits.

D.

It monitors certain disk drives and attempts to predict when they will fail.

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.

How can the label root be added to the ext2 filesystem on /dev/sda1?

A.

relabel /dev/sda1 root

B.

tune2fs -L root /dev/sda1

C.

echo 'root' > /proc/fs/sda1/label

D.

labelfs --device /dev/sda1 root

The main configuration file for autofs has this entry:

/home /etc/auto.home

What is the meaning of the /etc/auto.home file?

A.

It has the indirect maps for the mounting of file systems.

B.

It has configuration information, such as passwords and keys, for the remote file server.

C.

It has configuration information on settings for the /home mount point.

D.

It is the holds the SSL key to allow authentication to the remote file server.

What component of a system does smartd monitor?

A.

CPU

B.

RAM

C.

Hard drives

D.

Ethernet traffic

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

A.

recover

B.

lost+found

C.

back

D.

lost

Which of the following commands is used to set up a RAID volume?

A.

makerd

B.

mdadm

C.

mkfs.raid

D.

makeraid

E.

rdconfig