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

RH033 Red Hat Linux Essentials Questions and Answers

Questions 4

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.

Buy Now
Questions 5

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?

Options:

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.

Buy Now
Questions 6

Which of the following commands can be used to delete all jobs queued in a printer?

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

Options:

A.

lprm -a all

B.

lprm -all

C.

lprm - *

D.

lprm -

Buy Now
Questions 7

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

You are working as a root user on the Red Hat operating system. Joe is a user in your company. You want to remove Joe ' s tmp files that are 3 days older. Which of the following command syntaxes should you use to accomplish the task?

Options:

A.

find /tmp -cmin +3 -user Joe -ok rm {} \;

B.

find /tmp -ctime +3 user Joe -ok rm {} \;

C.

find /tmp -ctime +3 -user Joe -ok rm {} \;

D.

find /tmp -cmin +3 user Joe -ok rm {} \;

Buy Now
Questions 8

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You want to view the status of the current processes running on a Linux computer. You also want to save the output to the ProStat.txt file. Which of the following commands will you use to accomplish the task?

Options:

A.

ps < ProStat.txt

B.

ps | ProStat.txt

C.

ps > ProStat.txt

D.

ps

Buy Now
Questions 9

You work as the Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want to view all files with a size of over 50 megabytes on your system. Which of the following commands should you use to accomplish the task?

Options:

A.

find -size +50M

B.

find -size -50M

C.

find -size 50M

D.

find size +50M

Buy Now
Questions 10

You work as the Network Administrator for McNeil Inc. The company has a Linux-based Network.

You are a root user on the Red Hat operating system. You see the following permissions on a file:

-rwxr-----

What operations can be performed on the file?

Each correct answer represents a complete solution. Choose two.

Options:

A.

The file can be read by its owner.

B.

The file cannot be read by its owner.

C.

The file can be read by any user.

D.

The file can be read by its owner and member of its owning group.

Buy Now
Questions 11

Fill in the blank with the required permission to complete the statement below. In order to make a script executable in a Linux computer, you must assign the___________ permission to the script file.

Options:

A.

execute

Buy Now
Questions 12

Which of the following commands look through the currently running processes, and list the process IDs that match the selection criteria to stdout?

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

Options:

A.

top

B.

pkill

C.

sort

D.

pgrep

Buy Now
Questions 13

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

You have created a folder named Report.

You have made David the owner of the folder. The members of a group named JAdmin can access the folder and have Read, Write, and

Execute permissions. No other user can access the folder. You want to ensure that the members of

the JAdmin group do not have Write permission on the folder. Also, you want other users to have Read permission on the Report folder.

Whizh of the following commands will you use to accomplish the task?

Options:

A.

chmod 777 report

B.

chmod 754 report

C.

chown david.jadmin report

D.

chmod 555 report

Buy Now
Questions 14

You work as the Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want to keep an eye on the system log file /var/adm/messages. Which of the following commands should you use to read the file in real time?

Options:

A.

tail -f /var/adm/messages

B.

tail /var/adm/messages

C.

cat /var/adm/messages

D.

tail -n 3 /var/adm/messages

Buy Now
Questions 15

You want to check whether the cc process is running on a computer. Which of the following commands can you use to accomplish the task? Each correct answer represents a complete solution.

Choose all that apply.

Options:

A.

ps -aux | more

B.

tail -f

C.

ps -aux | grep cc

D.

ps -aux

Buy Now
Questions 16

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

John wants to view a PDF document on his Linux system. Which of the following commands should John use to accomplish the task?

Options:

A.

ps2pdf

B.

enscript

C.

evince

D.

a2ps

Buy Now
Questions 17

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?

Options:

A.

find /etc -name *.txt

B.

find /etc -name *.txt*

C.

find /etc -name *txt

D.

find /etc name *.txt

Buy Now
Questions 18

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

Buy Now
Questions 19

Which of the following commands are used to start and stop a service, and to ensure persistence across reboots? Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

chkconfig

B.

tar

C.

service

D.

yum

Buy Now
Questions 20

Which of the following commands can be used to convert all lowercase letters of a text file to uppercase?

Options:

A.

tac

B.

cat

C.

tr

D.

less

Buy Now
Questions 21

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?

Options:

A.

lpq

B.

lprm

C.

lpc

D.

lpr

Buy Now
Questions 22

What will be the output of the following command? echo $(date %M) > date.txt

Options:

A.

It will print a string " date %M " .

B.

The current time (Month) will be written in the date.txt file.

C.

The current time (Minutes) will be written in the date.txt file.

D.

It will create a variable $(date %M).

Buy Now
Questions 23

Which of the following commands will you execute to fix other writable files in your home directory?

Options:

A.

find -perm -002 -exec chmod o-w {} \;

B.

find /home -type d -ls

C.

find ~ -perm -002 -exec chmod o-w {} \;

D.

find ~ -perm -002 -exec chmod -w {} \;

Buy Now
Questions 24

Which of the following information does the /etc/passwd file contain? Each correct answer represents a complete solution. Choose all that apply.

Options:

A.

Numerical group ID

B.

User name

C.

Shadow password

D.

Numerical user ID

E.

Reserved gecos ID

F.

User ' s home directory

Buy Now
Questions 25

You want to repeat the last command you entered in the bash shell. Which of the following commands will you use?

Options:

A.

history !#

B.

history !!

C.

history ##

D.

history !1

Buy Now
Questions 26

Which of the following cp command parameters copies only when the source file is newer than the destination file or when the destination file is missing?

Options:

A.

-u

B.

-l

C.

-p

D.

-s

Buy Now
Questions 27

You work as a Network Administrator for Perfect solutions Inc. The company has a Linux-based network. You are a root user on the Red Hat operating system. You want to see the file permissions on a file. Which of the following commands will you use to accomplish the task?

Options:

A.

cat

B.

ls -l

C.

ls

D.

ls -perm

Buy Now
Questions 28

You work as the Network technician for McNeil Inc. The company has a Linux-based Network. You are working on the Red Hat operating system. You want to remove some write protected files and directories. Which of the following commands should you use to accomplish this task?

Options:

A.

rm -rf

B.

rm -f

C.

rmdir

D.

rm

Buy Now
Questions 29

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

Options:

A.

$?

B.

$!

C.

$!!

D.

$$

Buy Now
Questions 30

You work as the Network Administrator for Perfect solutions Inc. The company has a Linux-based Network. You are a root user on the Red Hat operating system. You want to grant ownership of the file foofile to a user John. Which of the following commands should you use to accomplish this task?

Options:

A.

chown John foofile

B.

chmod John foofile

C.

chgrp foofile John

D.

chown foofile John

Buy Now
Questions 31

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

By using the VI utility, you have created a document that has 100 lines. You want to replace all the occurrences of " net " with " Net " in the first 50 lines of the document. Which of the following commands will you use?

Options:

A.

:1,$ s/net/Net/g

B.

:1,100 s/net/Net/g

C.

:1,50 s/net/Net/g

D.

:s/net/Net/g

Buy Now
Questions 32

Which of the following text editing tools can be used to edit text files without having to open them?

Options:

A.

less

B.

sed

C.

vi

D.

more

Buy Now
Questions 33

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 change the group membership of the file foo to group bar. Which of the following commands will he use to accomplish the task?

Options:

A.

chgrp foo bar

B.

chgroup bar foo

C.

chgrp bar foo

D.

chgroup foo bar

Buy Now
Questions 34

You want to run a program in future. However, you do not want to run it more than once. Which of the following commands will you use to accomplish the task?

Options:

A.

rsync

B.

at

C.

crontab

D.

sync

Buy Now
Questions 35

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

You are working a root user on the Red Hat operating system. You want to search for files named snow.html, Snow.html, SNOW.html in the current directory. Which of the following commands should you use to accomplish the task?

Options:

A.

find -iname snow.html

B.

find -name snow.html

C.

find name snow.html

D.

find -i snow.html

Buy Now
Questions 36

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 is configuring the Apache Web server settings. He does not want the commands being used in the settings to be stored in the history. Which of the following commands can he use to disable history?

Options:

A.

history !!

B.

set +o history

C.

history !N

D.

set -o history

Buy Now
Questions 37

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

You are working as a root user on the Linux operating system. Some employees have been recently appointed in your company. You have to add these users in your network. Which of the following tools should you use to accomplish this task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

useradd

B.

userdel

C.

adduser

D.

usermod

Buy Now
Questions 38

Which of the following utilities will resume suspended jobs from the current environment if job control is enabled?

Options:

A.

jobs

B.

bg

C.

top

D.

fg

Buy Now
Questions 39

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

You run the following command on the terminal: find -name " *.conf " -exec cp {} {} .orig \ ;

What will this command do?

Options:

A.

It will extract the content of configuration files from the current directory.

B.

It will search configuration files from the current directory and a .orig extension.

C.

It will back up configuration files from the current directory and a .orig extension.

D.

It will fix other-writable files in your home directory.

Buy Now
Questions 40

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 change the modified date and time of the file private.txt to 11 Nov 2009 02:59:58 am. Which of the following commands will John use to accomplish his task?

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

Options:

A.

touch -t 200911110259.58 private.txt

B.

rm private.txt #11 Nov 2009 02:59:58 am

C.

touch private.txt #11 Nov 2009 02:59:58 am

D.

touch -d " 11 Nov 2009 02:59:58 am " private.txt

Buy Now
Questions 41

You are a newly appointed Technician for company.com Inc. You are working on the Red Hat operating system. As you are about to leave for some important work, you want to shut down your system immediately. Which of the following commands can you use to accomplish this?

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

Options:

A.

halt -h

B.

/sbin/stop

C.

shutdown -h now

D.

poweroff -h

Buy Now
Questions 42

Which of the following directories cannot be placed out of the root filesystem?

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

Options:

A.

/sbin

B.

/etc

C.

/lib

D.

/var

Buy Now
Questions 43

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. Rick, a Sales Manager, has a permission issue on a file. You want to know the names of groups of which Rick is a member. You want to store the information in a text file named

RickGroup.txt. Which of the following commands will you use to accomplish the task?

Options:

A.

ls rick /etc/group > RickGroup.txt

B.

ls /etc/group rick > RickGroup.txt

C.

grep /etc/group rick > RickGroup.txt

D.

grep rick /etc/group > RickGroup.txt

Buy Now
Questions 44

You work as the 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 view all files on the system that have the .xml filename extension. Which of the following commands should you use to accomplish the task?

Options:

A.

locate .xml

B.

locate -name /.xml

C.

locate " *.xml "

D.

cat .xml

Buy Now
Questions 45

Fill in the blank with the appropriate permission to complete the statement below.

The___________command is used to start xsession using the xinit utility.

Options:

A.

startx

Buy Now
Exam Code: RH033
Exam Name: Red Hat Linux Essentials
Last Update: Apr 30, 2026
Questions: 153

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now RH033 testing engine

PDF (Q&A)

$43.57  $124.49
buy now RH033 pdf