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

Welcome To DumpsPedia

010-160 Sample Questions Answers

Questions 4

Which of the following tasks can the command passwd accomplish? (Choose two.)

Options:

A.

Change a user's username.

B.

Change a user's password.

C.

Create a new user account.

D.

Create a new user group.

E.

Lock a user account.

Buy Now
Questions 5

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?

Options:

A.

/home/user/Documents/

B.

/home/user/Documents/Downloads/

C.

/home/user/Downloads/Documents/

D.

/Documents/

E.

/home/Documents

Buy Now
Questions 6

Which of the following commands are used to get information on the proper use of ls? (Choose two correct

answers.)

Options:

A.

option ls

B.

usage ls

C.

manual ls

D.

man ls

E.

info ls

Buy Now
Questions 7

The current directory contains the following file:

-rwxr-xr-x 1 root root 859688 Feb 7 08:15 test.sh

Given that the file is a valid shell script, how can this script be executed? (Choose two correct answers.)

Options:

A.

run test.sh

B.

${test.sh}

C.

cmd ./test.sh

D.

./test.sh

E.

bash test.sh

Buy Now
Questions 8

Most commands on Linux can display information on their usage. How can this information typically be displayed?

Options:

A.

By running the command with the option /? or /??.

B.

By running the command with the option ?! or ?=!.

C.

By running the command with the option /doc or /documentation.

D.

By running the command with the option -h or --help.

E.

By running the command with the option -m or --manpage.

Buy Now
Questions 9

Why are web browser cookies considered dangerous?

Options:

A.

Cookies support identification and tracking of users.

B.

Cookies are always public and accessible to anyone on the internet.

C.

Cookies consume significant amounts of storage and can exhaust disk space.

D.

Cookies store critical data which is lost when a cookie is deleted.

E.

Cookies can contain and execute viruses and malware.

Buy Now
Questions 10

What is the return value of a shell script after successful execution?

Options:

A.

1

B.

0

C.

-1

D.

-255

E.

255

Buy Now
Questions 11

Which of the following outputs comes from the commandfree?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

E.

Option E

Buy Now
Questions 12

What can be found in the /proc/ directory?

Options:

A.

One directory per installed program.

B.

One device file per hardware device.

C.

One file per existing user account.

D.

One directory per running process.

E.

One log file per running service.

Buy Now
Questions 13

Reverse DNS assigns hostnames to IP addresses. How is the name of the IP address 198.51.100.165 stored

on a DNS server?

Options:

A.

In the A record for165.100.51.198.ipv4.arpA.

B.

In the PTR record for165.100.51.198.in-addr.arpA.

C.

In the RNAME record for198-51-100-165.rev.arpA.

D.

In the ARPA record for165.100.51.198.rev.

E.

In the REV record forarpA.in-addr.198.51.100.165.

Buy Now
Questions 14

Which files are the source of the information in the following output? (Choose two.)

uid=1000 (bob) gid=1000 (bob) groups=1000 (bob), 10 (wheel), 150

(docker), 1001 (libvirt)(wireshark),989

Options:

A.

/etc/id

B.

/etc/passwd

C.

/etc/group

D.

/home/index

E.

/var/db/users

Buy Now
Questions 15

Which of the following programs are web servers? (Choose two.)

Options:

A.

Apache HTTPD

B.

Postfix

C.

Curl

D.

Dovecot

E.

NGINX

Buy Now
Questions 16

What is true about links in a Linux file system?

Options:

A.

A symbolic link can only point to a file and not to a directory.

B.

A hard link can only point to a directory and never to a file.

C.

When the target of the symbolic link is moved, the link is automatically updated.

D.

A symbolic link can point to a file on another file system.

E.

Only the root user can create hard links.

Buy Now
Questions 17

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

files?

Options:

A.

defaultuser tux

B.

useradd –m tux

C.

usercreate tux

D.

useradd –o default tux

E.

passwd –a tux

Buy Now
Questions 18

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?

Options:

A.

Ubuntu Linux LTS

B.

Raspbian

C.

Debian GNU/Linux

D.

CentOS

E.

openSUSE

Buy Now
Questions 19

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

Options:

A.

set USERNAME bob

B.

$USERNAME==bob

C.

var USERNAME=bob

D.

USERNAME<=bob

E.

USERNAME=bob

Buy Now
Questions 20

Which of the following statements regarding Linux hardware drivers is correct?

Options:

A.

Drivers are regular Linux programs which have to be run by the user who wants to use a device.

B.

Drivers are not used by Linux because the BIOS handles all access to hardware on behalf of Linux.

C.

Drivers are stored on their devices and are copied by the Linux kernel when a new device is attached

D.

Drivers are downloaded from the vendor's driver repository when a new device is attached.

E.

Drivers are either compiled into the Linux kernel or are loaded as kernel modules.

Buy Now
Questions 21

Which of the following outputs could stem from the commandlast?

Options:

A.

1 ls

2 cat text.txt

3 logout

B.

Password for user last changed at Sat Mar 31 16:38:57 EST 2018

C.

Last login: Fri Mar 23 10:56:39 2018 from server.example.com

D.

EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null)

E.

root tty2 Wed May 17 21:11 - 21:11 (00:00)

Buy Now
Questions 22

FILL BLANK

What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional

information.)

Options:

Buy Now
Questions 23

What happens to a file residing outside the home directory when the file owner's account is deleted? (Choose two.)

Options:

A.

During a file system check, the file is moved to /lost +found.

B.

The file is removed from the file system.

C.

The UID of the former owner is shown when listing the file's details.

D.

The user root is set as the new owner of the file.

E.

Ownership and permissions of the file remain unchanged.

Buy Now
Questions 24

Which of the following permissions are set on the/tmp/directory?

Options:

A.

rwxrwxrwt

B.

------rwX

C.

rwSrw-rw-

D.

rwxrwS---

E.

r-xr-X--t

Buy Now
Exam Code: 010-160
Exam Name: Linux Essentials Certificate Exam - version 1.6
Last Update: Apr 24, 2024
Questions: 80
$64  $159.99
$48  $119.99
$40  $99.99
buy now 010-160