Weekend Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpm65

010-160 Linux Essentials Certificate Exam - version 1.6 Questions and 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

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 6

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

Options:

A.

/bin/bash

B.

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

C.

/sys/pid/9a14

D.

fff3

E.

21398

Buy Now
Questions 7

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 8

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.)

Options:

A.

Ubuntu Linux LTS

B.

Fedora Linux

C.

Debian GNU/Linux Unstable

D.

Ubuntu Linux non-LTS

E.

Red Hat Enterprise Linux

Buy Now
Questions 9

Which of the following commands sorts the output of the commandexport-logs?

Options:

A.

export-logs < sort

B.

export-logs > sort

C.

export-logs & sort

D.

export-logs | sort

E.

export-logs <> sort

Buy Now
Questions 10

Which of the following commands output the content of the file Texts 2.txt? (Choose two.)

Options:

A.

cat 'Texts 2.txt’

B.

cat -- Texts 2.txt

C.

cat |Texts 2.txt|

D.

cat 'Texts\ 2.txt’

E.

cat Texts\ 2.txt

Buy Now
Questions 11

Which of the following devices represents a hard disk partition?

Options:

A.

/dev/ttyS0

B.

/dev/sata0

C.

/dev/part0

D.

/dev/sda2

E.

/dev/sda/p2

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

What are the differences between a private web browser window and a regular web browser window? (Choose three.)

Options:

A.

Private web browser windows do not allow printing or storing websites.

B.

Private web browser windows do not store cookies persistently.

C.

Private web browser windows do not support logins into websites.

D.

Private web browser windows do not keep records in the browser history.

E.

Private web browser windows do not send regular stored cookies.

Buy Now
Questions 14

Which of the following commands creates an archive filework.tarfrom the contents of the directory./

work/?

Options:

A.

tar --new work.tar ./work/

B.

tar –cf work.tar ./work/

C.

tar –create work.tgz –content ./work/

D.

tar work.tar < ./work/

E.

tar work > work.tar

Buy Now
Questions 15

What are the differences between hard disk drives and solid state disks? (Choose two correct answers.)

Options:

A.

Hard disks have a motor and moving parts, solid state disks do not.

B.

Hard disks can fail due to physical damage, while solid state disks cannot fail.

C.

Solid state disks can store many times as much data as hard disk drives.

D.

/dev/sdais a hard disk device while/dev/ssdais a solid state disk.

E.

Solid state disks provide faster access to stored data than hard disks.

Buy Now
Questions 16

What information can be displayed bytop?

Options:

A.

Existing files, ordered by their size.

B.

Running processes, ordered by CPU or RAM consumption.

C.

User accounts, ordered by the number of logins.

D.

User groups, ordered by the number of members.

E.

User accounts, ordered by the number of files.

Buy Now
Questions 17

Which of the following statements are true regarding a typical shell script? (Choose two.)

Options:

A.

It has the executable permission bit set.

B.

It starts with the two character sequence #!.

C.

It is located in /usr/local/scripts/.

D.

It is located in /etc/bash/scripts/.

E.

It is compiled into a binary file compatible with the current machine architecture.

Buy Now
Questions 18

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 19

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?

Options:

A.

!MYVAR=value

B.

env MYVAR=value

C.

MYVAR=value

D.

$MYVAR=value

E.

export MYVAR=value

Buy Now
Questions 20

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

Options:

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

Buy Now
Questions 21

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 22

Which of the following commands finds all lines in the file operating-systems.txt which contain the term

linux, regardless of the case?

Options:

A.

igrep linux operating-systems.txt

B.

less -i linux operating-systems.txt

C.

grep -i linux operating-systems.txt

D.

cut linux operating-systems.txt

E.

cut [Ll] [Ii] [Nn] [Uu] [Xx] operating-systems.txt

Buy Now
Questions 23

Which of the following commands creates the ZIP archive poems.zip containing all files in the current directory whose names end in .txt?

Options:

A.

zip *.txt > poems.zip

B.

zcat *.txt poems.zip

C.

zip poems.zip *.txt

D.

zip cfz poems.zip *.txt

E.

cat *.txt | zip poems.zip

Buy Now
Questions 24

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

Options:

A.

copy /etc /root

B.

cp -r /etc/* /root

C.

cp -v /etc/* /root

D.

rcp /etc/* /root

E.

cp -R /etc/*.* /root

Buy Now
Exam Code: 010-160
Exam Name: Linux Essentials Certificate Exam - version 1.6
Last Update: May 17, 2024
Questions: 80

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now 010-160 testing engine

PDF (Q&A)

$35  $99.99
buy now 010-160 pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 19 May 2024