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

RedHat RH033 - Red Hat Linux Essentials

Page: 4 / 5
Total 153 questions

You work as a Network Administrator for Rick International. The company has a Linux-based network. A process is running on a server. It is using a lot of processing power. You want the process to use less resources. Which of the following actions will you perform to accomplish the task?

A.

Kill the process and rerun it by using the nice command with the -n 1 switch.

B.

Kill the process and rerun it by using the nice command with the -n 19 switch.

C.

Kill the process and rerun it by using the fg command.

D.

Kill the process and rerun it by using the bg command.

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

You are currently working on vim. You opened a file in four windows in a single vim screen. You want to jump from one window to another. Which of the following key-combinations should you use to accomplish the task?

A.

Ctrl-w, v

B.

Ctrl-w, s

C.

Ctrl-w with an arrow key

D.

Ctrl-w, q

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want to know how many words are present in the file named file1.txt. You type the following command on the terminal: wc file1.txt.

The command displays the following output:

40 245 1800 file1.txt

How many words are present in the file file1.txt?

A.

40

B.

285

C.

245

D.

1800

Which of the following environmental variables represents the PID value of the last child process?

A.

$?

B.

$!

C.

$!!

D.

$$

Which of the following commands is used to make traceroute wait 5 seconds for a response to a packet?

A.

traceroute -w

B.

traceroute -T

C.

traceroute -q

D.

traceroute -r

You work as a Network Administrator for company.com Inc. The company has a Linux-based network. You want to disable a printer from the network. Which of the following commands will you use to accomplish the task?

A.

lpq

B.

lprm

C.

lpc

D.

lpr

Which ftp client command allows you to upload multiple files simultaneously using the "*" wildcard?

A.

mput

B.

mget

C.

put

D.

get

You work as a Network Administrator for company.com Inc. The company has Linux-based network.

You want to search for files anywhere on the system that end in .txt. Which of the following commands will you use to accomplish the task?

A.

find /etc -name *.txt

B.

find /etc -name *.txt*

C.

find /etc -name *txt

D.

find /etc name *.txt

Fill in the blank with the appropriate command to complete the statement below. In order to run the

httpd process with the highest priority, you will issue the _______ command to change the priority level of the httpd process.

A.

nice

You work as a Network Administrator for Net World International. You have installed a Linux server on the company's network. Users report that they are unable to write on a file system. You verify that there is no free space available on the hard disk drive. You mount another hard disk drive to resolve the issue. How will you prevent the issue from happening again?

A.

Dedicate a hard disk drive for users to save their files.

B.

Ask users to save only those files that are important.

C.

Track the amount of free space on the hard disk.

D.

Increase the amount of RAM on the server.