Labour Day Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Question # 4

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

Full Access
Question # 5

Which of the following protocols are used for mail delivery?

Each correct answer represents a complete solution. Choose two.

A.

IMAPS

B.

SMTP

C.

ESMTP

D.

POP3S

Full Access
Question # 6

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.

A.

SCP

Full Access
Question # 7

Which of the following files is the default configuration file of XDM (X Window Display Manager)?

A.

/etc/X11/xdm/xdm-config

B.

$HOME/.Xauthority

C.

/usr/bin/xdm-config

D.

/usr/bin/xterm

Full Access
Question # 8

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

You are working as a root user on the Linux operating system. You want to create an alias such that when you type c, the system should run the clear command to clear the screen. Which of the following tools should you use to accomplish the task?

A.

alias clear

B.

alias clear= c

C.

alias c

D.

alias c= 'clear'

Full Access
Question # 9

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 # 10

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

Full Access
Question # 11

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 know how many words are present in the file named file1.txt. You type the following command on the terminal: wc file1.txt.

The command displays the following output:

40 245 1800 file1.txt

How many words are present in the file file1.txt?

A.

40

B.

285

C.

245

D.

1800

Full Access
Question # 12

Which of the following key-combinations are used to view a file in two windows in a single vim screen?

Each correct answer represents a complete solution. Choose two.

A.

Ctrl-w, v

B.

Ctrl-w, s

C.

:wq

D.

:q!

Full Access
Question # 13

You work as a Network Administrator for company.com Inc. You have created a PostScript file by using a program. You want to convert it to a PDF file. Which of the following commands will you use to accomplish the task?

A.

ps2pdf

B.

enscript

C.

pdf2ps

D.

a2ps

Full Access
Question # 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 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?

A.

find -size +50M

B.

find -size -50M

C.

find -size 50M

D.

find size +50M

Full Access
Question # 15

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 # 16

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?

A.

cal

B.

cal 20 July

C.

cal 7 2010

D.

date

Full Access
Question # 17

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 # 18

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

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.

Full Access
Question # 19

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

A.

tee

B.

cat

C.

aspell

D.

dict

Full Access
Question # 20

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?

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

Full Access
Question # 21

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?

A.

ls -al /root

B.

ls

C.

ls -s /root

D.

ls -h /root

Full Access
Question # 22

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

A.

less

B.

sed

C.

vi

D.

more

Full Access