Pass the RedHat RHCT RH033 Questions and answers with CertsForce

Viewing page 3 out of 5 pages
Viewing questions 21-30 out of questions
Questions # 21:

You run the ps -aux command on the terminal. You get the following output:

You notice that the process id 24224 is showing the status message S on the stat column. What does this indicate?

Options:

A.

The process id 24224 is in sleeping status.


B.

The process id 24224 is hanged.


C.

The process id 24224 is in stopped status.


D.

The process id 24224 is in running status.


Expert Solution
Questions # 22:

You want to terminate your X session. Which of the following key combinations will you use to accomplish this?

Options:

A.

Ctrl+Alt+F7


B.

Ctrl+Alt+Backspace


C.

Ctrl+Alt+Fn


D.

Ctrl+Alt+A


Expert Solution
Questions # 23:

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

You are working on a Linux computer. You want to see the environment variables that are set on your computer. Which of the following commands will you use?

Options:

A.

env


B.

rm


C.

ls


D.

echo $shell


Expert Solution
Questions # 24:

You are a newly appointed network technician at Net Perfect Inc. The company has a Linux-based network. You want to install a package named firefox on your Linux system. Which of the following commands will you use to accomplish the task?

Options:

A.

yum update firefox


B.

yum i firefox


C.

yum install firefox


D.

yum -ivh firefox


Expert Solution
Questions # 25:

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 break a dat a.txt file, 200MB in size, into two files in which the size of the first file named data.txt.aa should be150MB and that of the second file named data.txt.ab should be 50MB. To accomplish his task and to further delete the data.txt file, he enters the following command: split --verbose -b 150m data.txt data.txt. ; rm -vf data.txt

Which of the following commands can John use to join the splitted files into a new data.txt file?

Options:

A.

vi data.txt.*


B.

less data.txt.* > data.txt


C.

cat data.txt.* > data.txt


D.

vi data.txt.* > data.txt


Expert Solution
Questions # 26:

All network interface settings are stored in /etc/sysconfig/network-scripts/ directory. Which of the following tools are used to read the interface configuration files?

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

Options:

A.

ifup


B.

system-config-services


C.

system-config-network


D.

ifdown


Expert Solution
Questions # 27:

Which of the following commands are used to put (paste) data from a buffer into a document in vim?

Each correct answer represents a complete solution. Choose two.

A :set

B. p

C. P

D. ps


Expert Solution
Questions # 28:

Which of the following statements are true about open source software?

Each correct answer represents a complete solution. Choose two.

Options:

A.

In OSS access to source code by third parties commonly requires the party to sign a nondiscloser agreement.


B.

It is software whose license does not allow for the distribution of the software source's source code.


C.

Open source software and its source code must be freely distributable.


D.

In OSS all users must be able to modify the source code and create derived works.


Expert Solution
Questions # 29:

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. You want to run two programs, foo and bar. You also want to ensure that bar is executed if and only if foo has executed successfully. Which of the following command sequences will John use to accomplish the task?

Options:

A.

foo && bar;


B.

foo | bar;


C.

foo; bar;


D.

foo || bar;


Expert Solution
Questions # 30:

Which of the following protocols are used for mail delivery?

Each correct answer represents a complete solution. Choose two.

Options:

A.

IMAPS


B.

SMTP


C.

ESMTP


D.

POP3S


Expert Solution
Viewing page 3 out of 5 pages
Viewing questions 21-30 out of questions