Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

RH033 Questions and Answers

Question # 6

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

You have created a script named lf.cgi. You want to provide the following permissions on it:

rwsr-sr-- Which of the following commands will you execute?

A.

chmod 2754

B.

chmod 4754

C.

chmod 6754

D.

chmod 7754

Full Access
Question # 7

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.

A.

top

B.

pkill

C.

sort

D.

pgrep

Full Access
Question # 8

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

A.

fdisk

B.

crpar

C.

mount

D.

fsck

Full Access
Question # 9

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

A.

host

B.

dig

C.

ipconfig

D.

ping

Full Access
Question # 10

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?

A.

chown John foofile

B.

chmod John foofile

C.

chgrp foofile John

D.

chown foofile John

Full Access
Question # 11

You work as a Network Administrator for Blue Bell Inc. The company has a Linux-based network. You are working on a Linux computer. You get the following listing on your computer:

rwxr-xr-x 2 rick user 15 May 3 3:12 file92

How many hard links have been created for file92?

A.

2

B.

3

C.

15

D.

12

Full Access
Question # 12

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.

A.

17 30 * * 6

B.

30 17 * * 5

C.

17 30 * * FRI

D.

30 17 * * FRI

Full Access
Question # 13

Which of the following commands is used to access Windows resources from Linux workstation?

A.

rsync

B.

mutt

C.

scp

D.

smbclient

Full Access
Question # 14

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?

A.

yum update firefox

B.

yum i firefox

C.

yum install firefox

D.

yum -ivh firefox

Full Access
Question # 15

You want to temporarily change your primary group to another group of which you are a member. In this process, a new shell will be created, and when you exit the shell, your previous group will be reinstated. Which of the following commands will you use to accomplish this task?

A.

chmod

B.

newgrp

C.

chgrp

D.

chown

Full Access
Question # 16

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 look for files whose last modified timestamp is exactly five days ago. Which of the following commands should you use to accomplish this task?

A.

find / -mtime 5

B.

find / -mtime +5

C.

find -mtime -5

D.

find / -mtime -5

Full Access
Question # 17

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

A.

spell

B.

nice

C.

aspell

D.

inspell

Full Access
Question # 18

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 append this information into the StatPro.txt file without deleting its content. Which of the following commands will you use to accomplish the task?

A.

ps StatPro.txt

B.

ps >> StatPro.txt

C.

ps | more StatPro.txt

D.

ps > StatPro.txt

Full Access
Question # 19

You work as a network administrator for company Inc. The company has a Linux-based network. You want to create a file named foobar.zip and put it into a directory named filesdir. Which of the following commands will you use to accomplish the task?

A.

unzip foobar.zip filesdir

B.

zip -r foobar.zip filesdir

C.

tar -tvf foobar.tar

D.

gunzip foobar.zip

Full Access
Question # 20

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.

A.

ps -aux | more

B.

tail -f

C.

ps -aux | grep cc

D.

ps -aux

Full Access
Question # 21

Which of the following options is used with aspell to specify the location of the main word list?

A.

d,--master=string

B.

-p,--personal=file

C.

--jargon=string

D.

--dict-dir=dir

Full Access
Question # 22

You work as a Network Administrator for Perfect Solutions Inc. The company has a Linux-based network. You want to modify a configuration file in a Linux server. Which of the following utilities will you use to accomplish the task?

A.

VI

B.

NMAP

C.

MS Word

D.

GZIP

Full Access