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

RedHat RH133 - Red Hat Linux System Administration

Page: 8 / 10
Total 336 questions

You work as a Network Administrator for Net World International. The company has a Linux-based network. You want to upgrade an RPM package and get the status during the upgrade. Which of the following commands will you use to accomplish the task?

A.

rpm -ivh

B.

rpm -evh

C.

rpm -qvh

D.

rpm -Uvh

You work as a Linux Technician for Tech Perfect Inc. The company has a Linux-based network.

You have configured a database server in the network. Users complain that the server has become remarkably slow. However, the previous day, the server was performing well. You know that some of the processes may be the cause of the issue. You run the PS command on the server. In the result set, which information will you look at that suggests the problematic process?

A.

A high load average

B.

A high process ID

C.

A low load average

D.

A low CPU time

E.

A high CPU time

Which of the following commands displays a module name or filename and associated information, such as the authors name, license, description, module version, dependencies, parameters, etc?

A.

modprobe

B.

lsmod

C.

modprob

D.

modinfo

Which of the following commands can be used to upgrade a package only if an earlier version of that package is already installed? Each correct answer represents a complete solution. Choose all that apply.

A.

rpm -U

B.

rpm --freshen

C.

rpm -F

D.

rpm --upgrade

You work as a Network Administrator for Net World International. The company has a Linux-based network. You want to upgrade an RPM package and get the status during the upgrade. Which of the following commands will you use to accomplish the task?

A.

rpm -ivh

B.

rpm -Uvh

C.

rpm -evh

D.

rpm -qvh

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You want to know the ownership of the /etc/inittab file. Which of the following commands will you use to accomplish the task?

A.

rpm -e /etc/inittab

B.

rpm -i /etc/inittab

C.

rpm -qa /etc/inittab

D.

rpm -qf /etc/inittab

You work as a Network Administrator for Tech World Inc. The company has a Linux-based network. The permissions on a file named Report are shown below:

rwxr--r— You want to add a sticky bit to the file. Which of the following commands will you use?

A.

chmod 2744 report

B.

chmod 1744 report

C.

chmod 7744 report

D.

chmod 4744 report

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 --triggeredby foo

C.

rpm -q --changelog foo

D.

rpm -q --whatrequires foo

You work as a system administrator for Tech Perfect Inc. The company has a Linux-based network. You are a root user on the Linux operating system. A user, Jetson, wants to view the speed and the duplex for his Ethernet card. His ethernet card is activated on interface eth0. Which of the following commands can you use to accomplish this task?

A.

ifup eth0

B.

ifconfig eth0

C.

ip link show eth0

D.

sudo ethtool eth0

John works as a Network Administrator for We-are-Secure Inc. The company uses a Linux server. John wants to give the following file permissions to the imp.c file:

l Read, Write, and Execute permissions to the owner

l Read and Write permissions to groups

l Read Only permissions to other users

Which of the following commands will John use to accomplish the task?

A.

chmod 765

B.

chmod 777

C.

chmod 712

D.

chmod 764