Red Hat RH033 - Red Hat Linux Essentials Exam
Page: 1 / 31
Total 153 questions
Question #1 (Topic: )
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?
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?
A. LPR
B. LPQDEL
C. LPRM
D. LPQ
Answer: C
Question #2 (Topic: )
You are a newly appointed Red Hat Technician for company Inc. The company has a
Linux-based network. You want to install a package named httpd on your Linux system.
Before installing the package, you want to get the list of those packages that httpd depends
on. Which of the following commands will you use to accomplish the task?
Linux-based network. You want to install a package named httpd on your Linux system.
Before installing the package, you want to get the list of those packages that httpd depends
on. Which of the following commands will you use to accomplish the task?
A. rpm deplist httpd
B. yum deplist httpd
C. yum list httpd
D. rpm -qR httpd
Answer: B
Question #3 (Topic: )
You work as the Network Administrator for McNeil Inc. The company has a Linux-based
network.
You are working as a root user on Red Hat operating system. You are currently running a
program named My_program. You are getting some error messages while executing the
program. You want to redirect these error messages to a file named file2 rather than being
displayed on the screen.
Which of the following tools should you use to accomplish the task?
network.
You are working as a root user on Red Hat operating system. You are currently running a
program named My_program. You are getting some error messages while executing the
program. You want to redirect these error messages to a file named file2 rather than being
displayed on the screen.
Which of the following tools should you use to accomplish the task?
A. My_program >> file2
B. My_program 2> file2
C. My_program 2>> file2
D. My_program > file2
Answer: B
Question #4 (Topic: )
Which of the following key-combinations is used to redo a change undone by a u command
in vim?
in vim?
A. Ctrl-w, Arrow
B. Ctrl-w, s
C. Ctrl-r
D. Ctrl-w, v
Answer: C
Question #5 (Topic: )
You work as the Network Administrator for Perfect solutions Inc. The company has a Linux-
based Network. You are working as a root user. You want to know what the day will be on
20 July 2010.
Which of the following commands should you use to accomplish this task?
based Network. You are working as a root user. You want to know what the day will be on
20 July 2010.
Which of the following commands should you use to accomplish this task?
A. cal
B. cal 20 July
C. cal 7 2010
D. date
Answer: C