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

RedHat RH133 - Red Hat Linux System Administration

Page: 10 / 10
Total 336 questions

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to run the cc process at runlevel three. If the order of execution of cc command is 43, which of the following commands will John use to accomplish his task?

A.

ln -s /etc/rc.d/init.d/cc /etc/rc.d/rc3.d/K43cc

B.

ln -s /etc/rc.d/init.d/cc /etc/rc.d/rc3.d/S43cc

C.

ln -s /etc/rc.d/cc /etc/rc.d/rc3.d/s43cc

D.

ln -s /etc/init.d/cc /etc/rc.d/rc3.d/K43cc

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. He is working as a root user on the Linux operating system. He wants to add a soft limit quota warning for the users, in which, after exceeding the quota value, a user will receive e-mail warnings about being over quotA. Which of the following commands will John use to accomplish his task?

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

A.

quotaon

B.

warnquota

C.

edquota

D.

quotaoff

E.

repquota

Which of the following commands is used to mount file systems?

A.

detach

B.

mount

C.

umount

D.

attach

John works as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. John is working as a root user on the Linux operating system. He wants to print a file named print.txt. Which of the following commands can John use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.

A.

lpr

B.

lprm

C.

lp

D.

a2ps

What command will you use to find the current runlevel of an active Linux session?

A.

runlevel

B.

init

C.

rlevel

D.

ls /etc/runlevel

By default, which of the following commands configures the current run level?

A.

chkconfig

B.

pstree

C.

service

D.

ntsysv

You work as a Network Administrator for Tech Perfect Inc. The company has a Linux-based network. You want to kill a process running on a Linux server. Which of the following commands will you use to know the process identification number (PID) of the process?

A.

getpid

B.

ps

C.

kill

D.

killall

Which of the following statements are true about rsync? Each correct answer represents a complete solution. Choose all that apply.

A.

It supports for copying links, devices, owners, groups, and permissions.

B.

It can use any transparent remote shell, including ssh or rsh.

C.

It does not support for anonymous or authenticated rsync daemons.

D.

It does not require super-user privileges.

You work as a Network Administrator for Secure Web Inc. The company has a Linux-based network. The network has a mixed set of client operating systems. You want to format a new hard disk drive. The drive will have only one partition. Both the Linux and Windows operating systems will access the partition. Which of the following file systems will you use?

A.

VFAT

B.

XFS

C.

REISER

D.

EXT3

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