Easter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

RH033 Sample Questions Answers

Questions 4

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. You have just created a directory named Sales on a file server. David, a Sales Manager, has to use this directory to keep sales reports. David reports that he is unable to save his reports in the directory.

When you list the directory using the LS command, you get the following result:

drwxr-xr-x 2 root root 2048 Jan 2 2006 Sales What is the most likely cause?

Options:

A.

David does not have the Write permission on the directory.

B.

David is working on his local computer's login.

C.

The Sales directory has been deleted by accident.

D.

The Sales directory is not properly mounted.

Buy Now
Questions 5

John works as a Network Administrator for Perfect Solutions Inc. The company has a Debian Linuxbased network. He is working on the bash shell in which he creates a variable VAR1. After some calculations, he opens a new ksh shell. Now, he wants to set VAR1 as an environmental variable so that he can retrieve VAR1 into the ksh shell. Which of the following commands will John run to accomplish the task?

Options:

A.

touch VAR1

B.

env -u VAR1

C.

export VAR1

D.

echo $VAR1

Buy Now
Questions 6

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 7

Which of the following commands is used to securely copy files from one host to another over the network?

Options:

A.

ls

B.

cat

C.

mutt

D.

scp

Buy Now
Questions 8

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;

Buy Now
Questions 9

Fill in the blank with appropriate word. The------------ command copies files between hosts on a network. It uses ssh for data transfer, and uses the same authentication and provides the same security as ssh. It will ask for passwords or passphrases if they are needed for authentication.

Options:

A.

SCP

Buy Now
Questions 10

Which of the following commands can be used by a user to display the list of contents existing in his current user account?

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

Options:

A.

echo *

B.

ls ~

C.

ls *

D.

pwd

Buy Now
Questions 11

Which of the following is a multi-platform instant messaging client, based on a library named libpurple?

Options:

A.

Evolution

B.

mutt

C.

Pidgin

D.

Thunderbird

Buy Now
Questions 12

You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. A printer is configured on the network. You want to remove a file from a print queue. Which of the following commands will you use to accomplish this?

Options:

A.

LPR

B.

LPQDEL

C.

LPRM

D.

LPQ

Buy Now
Questions 13

Which of the following commands is used to change file access permissions in Linux?

Options:

A.

chown

B.

chmod

C.

chperm

D.

chgrp

Buy Now
Questions 14

Which of the following commands will you use to list all local and remote printers attached to your computer?

Options:

A.

lpq

B.

lpstat -d

C.

lpstat -t

D.

lpr

Buy Now
Questions 15

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 see all directories and files, including hidden files of your home directory in long listing format. Which of the following command-line utilities would you use to accomplish this task?

Options:

A.

ls -al /root

B.

ls

C.

ls -s /root

D.

ls -h /root

Buy Now
Questions 16

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

Options:

A.

detach

B.

attach

C.

mount

D.

umount

Buy Now
Questions 17

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 18

Which of the following network diagnostic tools is NOT used in the Linux operating system?

Options:

A.

host

B.

dig

C.

ipconfig

D.

ping

Buy Now
Questions 19

Which of the following statements are true about file permissions?

Each correct answer represents a complete solution. Choose three.

Options:

A.

The execute permission means that the file can be run if it is a program or script.

B.

The write permission means that the file can be edited and saved.

C.

The read permission means that only the file name can be read not the contents of the file.

D.

The read permission means that the contents of the file can be seen with a command such as cat or less.

Buy Now
Questions 20

Mark works as a Network Administrator for company.com Inc. The company has a Linux-based network. A printer is configured on the network. Mark wants to see the content of a print queue.

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

Options:

A.

lprm

B.

lpstat -a

C.

lpq

D.

lpr

Buy Now
Questions 21

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

Buy Now
Questions 22

Which of the following commands will you run to do case-sensitive search for files named

foobar.png?

Options:

A.

locate -name foobar.png

B.

find -iname foobar.png

C.

grep-name foobar.png

D.

find -name foobar.png

Buy Now
Questions 23

You run the wc -c file1.txt command. If this command displays any error message, you want to store the error message in the error.txt file. Which of the following commands will you use to accomplish the task?

Options:

A.

wc -c file1.txt >>error.txt

B.

wc -c file1.txt 1>error.txt

C.

wc -c file1.txt 2>error.txt

D.

wc -c file1.txt >error.txt

Buy Now
Questions 24

Which of the following is NOT the feature of SELinux in the Red Hat enterprise Linux?

Options:

A.

SELinux applies to all users, including root.

B.

All process and files have a context.

C.

SELinux implements Mandatory Access Control (MAC) security in Red Hat Enterprise Linux.

D.

SELinux does not provide Kernel-level security.

Buy Now
Questions 25

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 26

Which of the following utilities can be used to manage dictionaries?

Options:

A.

tee

B.

cat

C.

aspell

D.

dict

Buy Now
Questions 27

Which of the following is a utility that can function as an independent spell checker?

Options:

A.

spell

B.

nice

C.

aspell

D.

inspell

Buy Now
Questions 28

Which of the following commands is used to create a partition on a new hard disk of a Linux computer?

Options:

A.

fdisk

B.

crpar

C.

mount

D.

fsck

Buy Now
Questions 29

Which of the following SHELL commands displays currently logged-in users and their tasks?

Options:

A.

w

B.

finger

C.

whoami

D.

who

Buy Now
Questions 30

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?

Options:

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.

Buy Now
Questions 31

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 32

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 33

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 34

Fill in the blank with the command to complete the statement below. Do not enter the full path of the command.

The ___________ command is used to remove the print jobs that have been queued for printing by using a secure connection.

Options:

A.

lprm -E

Buy Now
Questions 35

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?

Options:

A.

chmod 2744 report

B.

chmod 4744 report

C.

chmod 7744 report

D.

chmod 1744 report

Buy Now
Questions 36

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 37

Which of the following commands is used to set down the interface and flush all its addresses?

Options:

A.

ifup

B.

ifdown

C.

ifconfig

D.

down

Buy Now
Questions 38

Which of the following commands is most useful for viewing large files?

Options:

A.

cp

B.

cat

C.

less

D.

touch

Buy Now
Questions 39

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

Options:

A.

mput

B.

mget

C.

put

D.

get

Buy Now
Questions 40

Which of the following commands is used to view failed login attempts on a user account?

Options:

A.

lastw

B.

lastb

C.

lastlog

D.

lastf

Buy Now
Questions 41

Which of the following is NOT true about the inode table in the Linux operating system?

Options:

A.

It contains the location information where data is stored in the hard disk.

B.

It contains information about what type of access permission of the file is available to whom.

C.

It contains the last access time, last modification time, however it does not store the last inode change time.

D.

It contains the file type of the specified file.

Buy Now
Questions 42

You are required to define a cron job that executes at 5:30 PM every Friday. Which of the following time specifications can be set to accomplish the task?

Each correct answer represents a complete solution. Choose two.

Options:

A.

17 30 * * 6

B.

30 17 * * 5

C.

17 30 * * FRI

D.

30 17 * * FRI

Buy Now
Questions 43

You work as a Network Administrator for Perfect World Inc. The company has a Linux-based network. You have configured a Linux server to connect to the Internet. Before connecting it to the

Internet, you want to check all the files on which SUID has been set. Which of the following commands will you choose to list all such programs?

Options:

A.

find /-perm -2000

B.

ls -l

C.

ls -suid

D.

find /-perm -4000

Buy Now
Questions 44

Which of the following are the Graphical Mail clients in Red Hat Enterprise Linux?

Each correct answer represents a complete solution. Choose two.

Options:

A.

Pidgin

B.

Mozilla

C.

Evolution

D.

mutt

Buy Now
Questions 45

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
Exam Code: RH033
Exam Name: Red Hat Linux Essentials
Last Update: May 15, 2024
Questions: 153
$64  $159.99
$48  $119.99
$40  $99.99
buy now RH033