010-160 Dumps

LPI 010-160 Exam Dumps PDF

Linux Essentials Certificate Exam - version 1.6

Total Questions: 80
Update Date: April 16, 2024

PDF + Test Engine $65
Test Engine $55
PDF $45

  • Last Update on April 16, 2024
  • 100% Passing Guarantee of 010-160 Exam
  • 90 Days Free Updates of 010-160 Exam
  • Full Money Back Guarantee on 010-160 Exam

DumpsFactory is forever best for your LPI 010-160 exam preparation.

For your best practice we are providing you free questions with valid answers for the exam of LPI, to practice for this material you just need sign up to our website for a free account. A large bundle of customers all over the world is getting advantages by our LPI 010-160 dumps. We are providing 100% passing guarantee for your 010-160 that you will get more high grades by using our material which is prepared by our most distinguish and most experts team.

Most regarded plan to pass your LPI 010-160 exam:

We have hired most extraordinary and most familiar experts in this field, who are so talented in preparing the material, that there prepared material can succeed you in getting the high grades in LPI 010-160 exams in one day. That is why DumpsFactory available for your assistance 24/7.

Easily accessible for mobile user:

Mobile users can easily get updates and can download the LPI 010-160 material in PDF format after purchasing our material and can study it any time in their busy life when they have desire to study.

Get Pronto LPI 010-160 Questions and Answers

By using our material you can succeed in LPI 010-160 exam in your first attempt because we update our material regularly for new questions and answers for LPI 010-160 exam.

Notorious and experts present LPI 010-160 Dumps PDF

Our most extraordinary experts are too much familiar and experienced with the behaviour of LPI Exams that they prepared such beneficial material for our users.

Guarantee for Your Investment

DumpsFactory wants that their customers increased more rapidly, so we are providing to our customer with the most demanded and updated questions to pass LPI 010-160 Exam. You can claim for your investment by using our money back policy if you have not been availed with our promised facilities for the LPI exams. For details visit to Refund Contract.

Question 1

What is the UID of the user root?

A. 1
B. -1
C. 255
D. 65536
E. 0

Answer: E

Question 2

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

Answer: E

Question 3

A directory contains the following three files:texts 1.txttexts 2.txttexts 3.csvWhich command copies the two files ending in .txt to the /tmp/ directory?

A. cp ??.txt /tmp/
B. cp *.txt /tmp/
C. cp. \.txt /tmp/
D. cp ?.txt /tmp/
E. cp $?.txt /tmp/

Answer: B

Question 4

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

A. portage
B. rpm
C. apt-get
D. dpkg
E. packagectl

Answer: B

Question 5

Which of the following outputs could stem from the command last?

A. 1 ls2 cat text.txt3 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)

Answer: E

Question 6

Which of the following commands sorts the output of the command export-logs?

A. export-logs < sort
B. export-logs > sort
C. export-logs & sort
D. export-logs | sort
E. export-logs <> sort

Answer: D

Question 7

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

Answer: D

Question 8

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

A. rwxrwxrwt
B. ------rwX
C. rwSrw-rw
D. rwxrwS---
E. r-xr-X--t

Answer: A

Question 9

Which of the following examples shows the general structure of a for loop in a shell script?

A. for *.txt as file => echo $file
B. for *.txt ( echo $i )
C. for file in *.txt doecho $i done
D. for ls *.txt exec {} \;
E. foreach @{file} { echo $i }

Answer: C

Question 10

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.

Answer: B