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

010-160 PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

010-160 PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: Linux Essentials Certificate Exam - version 1.6
  • Last Update: Apr 28, 2024
  • Questions and Answers: 80
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

010-160 Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

010-160 Practice Exam Questions with Answers Linux Essentials Certificate Exam - version 1.6 Certification

Question # 6

Which one of the following statements concerning Linux passwords is true?

A.

All passwords can be decrypted using the system administrator's master password.

B.

Passwords may never start with a non-letter.

C.

Users cannot change their password once it has been set.

D.

Passwords are only stored in hashed form.

E.

Passwords may be at most six characters long.

Full Access
Question # 7

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

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.

Full Access
Question # 8

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

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

Full Access
Question # 9

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

A.

Apache HTTPD

B.

Postfix

C.

Curl

D.

Dovecot

E.

NGINX

Full Access
Question # 10

What is true about a recursive directory listing?

A.

It includes the content of sub-directories.

B.

It includes the permissions of the directory listed.

C.

It includes details of file system internals, such as inodes.

D.

It includes ownership information for the files.

E.

It includes a preview of content for each file in the directory.

Full Access
Question # 11

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

on a DNS server?

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.

Full Access
Question # 12

What is the UID of the user root?

A.

1

B.

-1

C.

255

D.

65536

E.

0

Full Access
Question # 13

What information is stored in/etc/passwd? (Choose three correct answers.)

A.

The user’s storage space limit

B.

The numerical user ID

C.

The username

D.

The encrypted password

E.

The user\s default shell

Full Access
Question # 14

The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?

A.

chmod u=tux doku.odt

B.

newuser doku.odt tux

C.

chown tux doku.odt

D.

transfer tux: doku.odt

E.

passwd doku.odt:tux

Full Access
Question # 15

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

Which of the following outputs could stem from the commandlast?

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)

Full Access
Question # 17

What is true about the owner of a file?

A.

Each file is owned by exactly one user and one group.

B.

The owner of a file always has full permissions when accessing the file.

C.

The user owning a file must be a member of the file’s group.

D.

When a user is deleted, all files owned by the user disappear.

E.

The owner of a file cannot be changed once it is assigned to an owner.

Full Access
Question # 18

Which command displays file names only and no additional information?

A.

ls -a

B.

ls -lh

C.

ls -l

D.

ls -alh

E.

ls -nl

Full Access
Question # 19

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

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.

Full Access
Question # 20

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

What is true about thedmesgcommand? (Choose two correct answers.)

A.

It traces the execution of a command and shows each step the program carries out.

B.

It sends messages to the command lines of all current user sessions.

C.

It displays the content of the Linux kernel’s ring buffer.

D.

It immediately outputs all new messages written to the system journal.

E.

It might not display older information because it was overwritten by newer information.

Full Access
Question # 22

Running the commandrm Downloadsleads to the following error:

rm: cannot remove ‘Downloads/’: Is a directory

Which of the following commands can be used instead to removeDownloads, assumingDownloadsis

empty? (Choose two correct answers.)

A.

undir Downloads

B.

rmdir Downloads

C.

dir –r Downloads

D.

rem Downloads

E.

rm –r Downloads

Full Access
Question # 23

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

A.

/etc/id

B.

/etc/passwd

C.

/etc/group

D.

/home/index

E.

/var/db/users

Full Access