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

Which of the following commands sets parameters for ext2 and ext3 filesystems?

A.

fsck

B.

mkfs

C.

fidisk

D.

tune2fs

What does the third field in the process entry of the /etc/inittab file define?

A.

It defines the name of the process to be executed.

B.

It is an identification number of the process entry.

C.

It defines the action to be taken by the process.

D.

It defines the run level of the process.

Which of the following commands is used to create a new group account?

A.

groupdel

B.

groupmod

C.

groupenable

D.

groupadd

Which of the following statements about Logical Volume Management (LVM) is true?

Each correct answer represents a complete solution. Choose all that apply.

A.

It can resize volume groups online by absorbing new physical volumes (PV) or ejecting existing ones.

B.

It can resize logical volumes (LV) online by concatenating extents onto them or truncating extents from them.

C.

It cannot suffer from internal fragmentation.

D.

It can stripe whole or parts of logical volumes across multiple PVs, in a fashion similar to R AID0.

Which of the following commands will you use to display the packages that depend on the package foo?

A.

rpm --freshen foo

B.

rpm -q --whatrequires foo

C.

rpm -q --triggeredby foo

D.

rpm -q --changelog foo

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are configuring a UPS for a Linux server. You want to configure the computer as follows:

The server should automatically shut down after ten minutes of power failure.

The server should inform the administrator that the shut down process has started.

Which of the following files will help you to configure these settings?

A.

/etc/syslog.conf

B.

/etc/inittab

C.

/etc/mtab

D.

/etc/fstab

Which of the following shutdown command parameters is used to skip the fsck command process after rebooting the Linux operating system?

A.

-k

B.

-a

C.

-f

D.

-t

Which of the following provides users shared access to files and directories?

A.

pump

B.

NFS

C.

Squid

D.

DNS

You work as a Network Administrator for World Perfect Inc. The company has a Linux-based network. You have configured a Linux Web server on the network. A user complains that the Web server is not responding to requests. The process list on the server shows multiple instances of the HTTPD process. You are required to stop the Web service. Which of the following commands will you use to resolve the issue?

A.

killall httpd

B.

kill httpd

C.

stopall httpd

D.

stop httpd

You work as a Network Administrator for Perfect World Inc. The company has a Linux-based network. You have configured a Linux server to connect to the Internet. Before connecting it to the Internet, you want to check all the files on which SUID has been set. Which of the following commands will you choose to list all such programs?

A.

find /-perm -2000

B.

ls -l

C.

find /-perm -4000

D.

ls -suid