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

010-160 Questions and Answers

Question # 6

Which of the following characters in a shell prompt indicates the shell is running with root privileges?

A.

!

B.

#

C.

*

D.

&

E.

$

Full Access
Question # 7

Which of the following values could be a process ID on Linux?

A.

/bin/bash

B.

60b503cd-019e-4300-a7be-922f074ef5ce

C.

/sys/pid/9a14

D.

fff3

E.

21398

Full Access
Question # 8

Which of the followingtaroptions handle compression? (Choose two correct answers.)

A.

-bz

B.

-z

C.

-g

D.

-j

E.

-z2

Full Access
Question # 9

Which package management tool is used in Red Hat-based Linux Systems?

A.

portage

B.

rpm

C.

apt-get

D.

dpkg

E.

packagectl

Full Access
Question # 10

The file script.sh in the current directory contains the following content:

#!/bin/bash echo $MYVAR

The following commands are used to execute this script:

MYVAR=value

./script.sh

The result is an empty line instead of the content of the variable MYVAR. How should MYVAR be set in order to make script.sh display the content of MYVAR?

A.

!MYVAR=value

B.

env MYVAR=value

C.

MYVAR=value

D.

$MYVAR=value

E.

export MYVAR=value

Full Access
Question # 11

Which of the following devices represents a hard disk partition?

A.

/dev/ttyS0

B.

/dev/sata0

C.

/dev/part0

D.

/dev/sda2

E.

/dev/sda/p2

Full Access
Question # 12

A new server needs to be installed to host services for a period of several years. Throughout this time, the server should receive important security updates from its Linux distribution.

Which of the following Linux distributions meet these requirements? (Choose two.)

A.

Ubuntu Linux LTS

B.

Fedora Linux

C.

Debian GNU/Linux Unstable

D.

Ubuntu Linux non-LTS

E.

Red Hat Enterprise Linux

Full Access
Question # 13

Which of the following commands sets the variable USERNAME to the value bob?

A.

set USERNAME bob

B.

$USERNAME==bob

C.

var USERNAME=bob

D.

USERNAME<=bob

E.

USERNAME=bob

Full Access
Question # 14

Which of the following commands can be used to resolve a DNS name to an IP address?

A.

dnsname

B.

dns

C.

query

D.

host

E.

iplookup

Full Access
Question # 15

Which command copies the contents of the directory /etc/, including all sub-directories, to /root/?

A.

copy /etc /root

B.

cp -r /etc/* /root

C.

cp -v /etc/* /root

D.

rcp /etc/* /root

E.

cp -R /etc/*.* /root

Full Access
Question # 16

Which of the following is a protocol used for automatic IP address configuration?

A.

NFS

B.

LDAP

C.

SMTP

D.

DNS

E.

DHCP

Full Access
Question # 17

Which command adds the new usertuxand creates the user’s home directory with default configuration

files?

A.

defaultuser tux

B.

useradd –m tux

C.

usercreate tux

D.

useradd –o default tux

E.

passwd –a tux

Full Access
Question # 18

Which of the following statements is true about Free Software?

A.

It is developed by volunteers only.

B.

It may be modified by anyone using it.

C.

It must always be available free of charge.

D.

It only runs on Linux.

E.

It is only distributed as a compiled binary.

Full Access
Question # 19

A user is currently in the directory/home/user/Downloads/and runs the command

ls ../Documents/

Assuming it exists, which directory’s content is displayed?

A.

/home/user/Documents/

B.

/home/user/Documents/Downloads/

C.

/home/user/Downloads/Documents/

D.

/Documents/

E.

/home/Documents

Full Access
Question # 20

What is the UID of the user root?

A.

1

B.

-1

C.

255

D.

65536

E.

0

Full Access
Question # 21

Members of a team already have experience using Red Hat Enterprise Linux. For a small hobby project, the team wants to set up a Linux server without paying for a subscription. Which of the following Linux distributions allows the team members to apply as much of their Red Hat Enterprise Linux knowledge as possible?

A.

Ubuntu Linux LTS

B.

Raspbian

C.

Debian GNU/Linux

D.

CentOS

E.

openSUSE

Full Access
Question # 22

Which of the following outputs comes from the commandfree?

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Full Access
Question # 23

Which of the following commands will search for the filefoo.txtunder the directory/home?

A.

search /home –file foo.txt

B.

search /home foo. txt

C.

find /home – file foo.txt

D.

find /home –name foo.txt

E.

find /home foo.txt

Full Access
Question # 24

Which of the following are typical services offered by public cloud providers? (Choose three correct answers.)

A.

Platform as a Service(PaaS)

B.

Infrastructure as a Service(IaaS)

C.

Internet as a Service(IaaS)

D.

Graphics as a Service (GaaS)

E.

Software as a Service (SaaS)

Full Access