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

Which of the following utilities is used to set ACL for files and directories?

A.

enable acl

B.

setacl

C.

setfacl

D.

getfacl

Which of the following files contains the names and locations of system log files?

A.

/etc/lilo.conf

B.

/usr/syslog.conf

C.

/etc/syslog.conf

D.

/usr/lilo.conf

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You are a root user on the Linux system. You have to create a user named Trinity and deny interactive login. Which of the following should you use to accomplish the task?

Each correct answer represents a part of the solution. Choose all that apply.

A.

vi /etc/passwd

B.

vi /etc/shadow

C.

useradd Trinity

D.

passwd Trinity

E.

Trinity:x:505:505::/home/Trinity:/sbin/nonlogin

Which of the following fsck commands will you use to check all filesystems listed in /etc/fstab?

A.

fsck -P

B.

fsck -A

C.

fsck -f

D.

fsck -y

Which of the following commands can be used to check the errors of the ext2 and ext3 filesystems?

Each correct answer represents a complete solution. Choose two.

A.

fsck --ext2

B.

fsck.ext3

C.

fsck --ext3

D.

e2fsck

Which of the following commands will you use to change the home directory of a user and move all of its contents to the new home directory?

A.

usermod -g

B.

usermod -o -u

C.

usermod -d -m

D.

usermod -u

In a Linux computer, which of the following files defines run levels for the processes to be started up during boot up?

A.

/etc/inittab

B.

/etc/syslog.conf

C.

/etc/lilo.conf

D.

/etc/runlevel

You want to make Rick an owner of the files TRADE1.TXT and TRDREPORT.TXT. Which of the following commands will you use to accomplish this?

A.

chown rick TRADE1.TXT TRDREPORT.TXT

B.

chgrp rick TRADE1.TXT + TRDREPORT.TXT

C.

chown rick TRADE1.TXT + TRDREPORT.TXT

D.

chgrp rick TRADE1.TXT TRDREPORT.TXT

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.

stop httpd

B.

stopall httpd

C.

kill httpd

D.

killall httpd

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. Due to some network security reasons, John wants to shut down all network interfaces just before rebooting the Linux server. Which of the following commands will he use to accomplish the task?

A.

init 3

B.

init 6

C.

init 0

D.

shutdown -r now

E.

reboot -i