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

010-150 Questions and Answers

Question # 6

Which of the following hardware devices links a number of computers together to form an Ethernet LAN?

A.

Server

B.

Switch

C.

Connector

D.

Access point

E.

Terminal

Full Access
Question # 7

After installing a new package, in which directory are you most likely find its configuration file?

A.

/lib

B.

/conf

C.

/etc

D.

/usr

E.

/opt

Full Access
Question # 8

Where is the BIOS located?

A.

RAM

B.

Hard drive

C.

Motherboard

D.

LCD monitor

Full Access
Question # 9

Which of the following files holds the definition of the local user accounts?

A.

/etc/secret

B.

/etc/users

C.

/etc/passwd

D.

/etc/id

E.

/etc/home

Full Access
Question # 10

Which statement about users and user groups is correct?

A.

A group can only have one main user.

B.

There can be only one user group on a system.

C.

Users do not have to belong to a user group.

D.

Every user belongs to a least one user group.

Full Access
Question # 11

What keyword is missing from the following segment of the shell script?

for i in *; _____

cat $i

done

A.

do

B.

then

C.

enod

D.

fi

E.

run

Full Access
Question # 12

Which command will display the last line of the file foo.txt?

A.

head -n 1 foo.txt

B.

tail foo.txt

C.

last -n 1 foo.txt

D.

tail -n 1 foo.txt

Full Access