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

RedHat RH033 - Red Hat Linux Essentials

Page: 2 / 5
Total 153 questions

Which of the following commands displays the inode number of a file in the Linux operating system?

A.

cat

B.

ls -i

C.

ls -l

D.

ls

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

Which of the following commands pipes stdout and stderr from cmd1 to cmd2?

A.

cmd2 | cmd1

B.

cmd2 2>&1 | cmd1

C.

cmd1 | cmd2

D.

cmd1 2>&1 | cmd2

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?

A.

find -iname snow.html

B.

find -name snow.html

C.

find name snow.html

D.

find -i snow.html

Which of the following manual sections of MAN pages provides help information for administrative commands?

A.

4

B.

2

C.

1

D.

8

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?

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.

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

A.

spell

B.

nice

C.

aspell

D.

inspell

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

John is a root user on the Red Hat operating system. John has two files named foo.txt and student.txt, which are too long. John wants to view the output of both the files on one screen at a time. Which of the following commands should John use to accomplish this task?

A.

touch foo.txt student.txt

B.

cat foo.txt | student.txt

C.

cp foo.txt student.txt

D.

cat foo.txt student.txt | less

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

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

There are six files in a directory on your laptop. You want to find out the file types of all the files at a time. Which of the following commands will you use?

A.

fsck

B.

file

C.

mount

D.

init