
Online Questions - Valid Practice 010-160 Exam Dumps Test Questions
100% Real 010-160 dumps - Brilliant 010-160 Exam Questions PDF
The course outline includes 5 main topics that you need to master to pass the LPI 010-160 exam. Each of them covers various details of the exam content and has certain subtopics that you should take into consideration. Thus, you need to study the following domains:
Topic 1: The Linux Community and a Career in Open Source
- Major Open Source Applications – for this subtopic, you need to have knowledge of popular applications and their development. Besides that, you should know about Repositories, Package Management Tools, Development Languages, Server Applications, and Desktop Applications;
- ICT Skills and Working in Linux – you should know how to work with Linux and fundamental information and communication technology. It covers the details of Desktop Skills, Virtualization, Industry of Linux, and Cloud Computing.
- Open Source Licensing and Software – the main idea is to explore the details of licensing open source software for the organizations. The knowledge areas that you need to know include Open Source Licensing, Free Software Foundation, Open Source Philosophy, and Open Source Initiative;
- Linux Evolution and Popular Operating Systems – it is all about one’s understanding of major distributions and Linux development. It covers the areas related to Distributions, Embedded Systems, and Linux in Cloud;
The Linux Essentials Certificate Exam, version 1.6, is administered by the Linux Professional Institute (LPI), a non-profit organization that aims to promote and advance Linux and open source software. 010-160 exam is available in multiple languages and can be taken at any Pearson VUE testing center worldwide. Upon successful completion of the exam, candidates will receive the Linux Essentials Certificate, which is a valuable credential that demonstrates their knowledge and proficiency in Linux.
NEW QUESTION # 26
Which of the following is a protocol used for automatic IP address configuration?
- A. NFS
- B. DNS
- C. LDAP
- D. SMTP
- E. DHCP
Answer: E
NEW QUESTION # 27
Which command adds the new usertuxand creates the user's home directory with default configuration files?
- A. passwd -a tux
- B. useradd -m tux
- C. useradd -o default tux
- D. usercreate tux
- E. defaultuser tux
Answer: B
NEW QUESTION # 28
Which of the following are typical services offered by public cloud providers? (Choose three correct answers.)
- A. Infrastructure as a Service(IaaS)
- B. Platform as a Service(PaaS)
- C. Graphics as a Service (GaaS)
- D. Software as a Service (SaaS)
- E. Internet as aService(IaaS)
Answer: A,B,D
NEW QUESTION # 29
When typing a long command line at the shell, what can be used to split a command across multiple lines?
Answer:
Explanation:
\
NEW QUESTION # 30
Which of the following tasks can the command passwd accomplish? (Choose two.)
- A. Change a user's username.
- B. Create a new user account.
- C. Change a user's password.
- D. Lock a user account.
- E. Create a new user group.
Answer: B,D
NEW QUESTION # 31
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. Debian GNU/Linux
- B. openSUSE
- C. Ubuntu Linux LTS
- D. CentOS
- E. Raspbian
Answer: D
NEW QUESTION # 32
What is a Linux distribution?
- A. The set of rules which governs the distributionof Linux kernel source code.
- B. The Linux file system as seen from the root account after mounting all file systems.
- C. A bundling of the Linux kernel, system utilities and other software.
- D. A set of changes to Linux which enable Linux to run on another processor architecture.
- E. An operating system based on Linux but incompatible to the regular Linux kernel.
Answer: C
NEW QUESTION # 33
Running the command rm Downloadsleads to the following error:
rm: cannot remove 'Downloads/': Is a directory
Which of the following commands can be used instead to remove Downloads, assuming Downloadsis empty? (Choose two.)
- A. undir Downloads
- B. rem Downloads
- C. dir -r Downloads
- D. rmdir Downloads
- E. rm -r Downloads
Answer: D,E
NEW QUESTION # 34
Which of the following characters in a shell prompt indicates the shell is running with root privileges?
- A. *
- B. &
- C. #
- D. !
- E. $
Answer: C
NEW QUESTION # 35
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. Users cannot change their password once it has been set.
- C. Passwords may be at most six characters long.
- D. Passwords are only stored in hashed form.
- E. Passwords may never start with a non-letter.
Answer: D
NEW QUESTION # 36
Which of the following programs are web servers? (Choose two.)
- A. Apache HTTPD
- B. Dovecot
- C. Curl
- D. Postfix
- E. NGINX
Answer: A,E
NEW QUESTION # 37
What is the preferred source for the installation of new applications in a Linux based operating system?
- A. The distribution's package repository
- B. A CD-ROM disk
- C. The vendor's version management system
- D. The vendor's website
- E. A retail store
Answer: A
Explanation:
Explanation/Reference:
NEW QUESTION # 38
How is a new Linux computing instance provisioned in an laaS cloud?
- A. After buying a Linux distribution, its vendor delivers it to a cloud instance.
- B. The standard Linux installer has to be run through a remote console.
- C. A provider-specific configuration file describing the desired installation is uploaded to the cloud provider.
- D. The cloud hosting organization provides a set of pre-prepared images of popular Linux distributions.
- E. The installation has to be prepared in a local virtual machine which is then copied to the cloud.
Answer: C
NEW QUESTION # 39
Which of the following commands can be used to resolve a DNSname to an IP address?
- A. iplookup
- B. dns
- C. host
- D. dnsname
- E. query
Answer: C
NEW QUESTION # 40
Which of the following are typical services offered by public cloud providers? (Choose three correct
answers.)
- A. Infrastructure as a Service(IaaS)
- B. Platform as a Service(PaaS)
- C. Graphics as a Service (GaaS)
- D. Software as a Service (SaaS)
- E. Internet as a Service(IaaS)
Answer: A,B,D
NEW QUESTION # 41
Which of the following devices represents a hard disk partition?
- A. /dev/part0
- B. /dev/sata0
- C. /dev/ttyS0
- D. /dev/sda/p2
- E. /dev/sda2
Answer: E
NEW QUESTION # 42
Which of the following directories contains information, documentation and example configuration files for installed software packages?
- A. /usr/examples/
- B. /var/info/
- C. /usr/share/doc/
- D. /doc/
- E. /etc/defaults/
Answer: C
Explanation:
Explanation/Reference:
NEW QUESTION # 43
What information is stored in /etc/passwd? (Choose three.)
- A. The username
- B. The numerical user ID
- C. The user\s default shell
- D. The encrypted password
- E. The user's storage space limit
Answer: A,B,C
NEW QUESTION # 44
What is the purpose of the PATH environment variable?
- A. It allows the execution of commands without the need to know the location of the executable.
- B. It specifies the location of a user's home directory.
- C. It contains the absolute path to the current directory.
- D. It indicates the location of the default shell to be used when a user logs in.
- E. It increases security by preventing commands from running in certain locations.
Answer: A
NEW QUESTION # 45
Which of the following keys can be pressed to exit less?
- A. x
- B. e
- C. !
- D. q
- E. l
Answer: D
NEW QUESTION # 46
Which of the following commands output the content of the file Texts 2.txt? (Choose two.)
- 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'
Answer: C,D
NEW QUESTION # 47
Which of the following values could be a process ID on Linux?
- A. 60b503cd-019e-4300-a7be-922f074ef5ce
- B. /sys/pid/9a14
- C. 0
- D. /bin/bash
- E. fff3
Answer: C
NEW QUESTION # 48
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 RNAME record for198-51-100-165.rev.arpA.
- B. In the A record for165.100.51.198.ipv4.arpA.
- C. In the REV record forarpA.in-addr.198.51.100.165.
- D. In the ARPA record for165.100.51.198.rev.
- E. In the PTR record for165.100.51.198.in-addr.arpA.
Answer: E
NEW QUESTION # 49
When typing a long command line at the shell, what single character can be used to split a command across multiple lines?
Answer:
Explanation:
\
NEW QUESTION # 50
What is defined by a Free Softwarelicense?
- A. A complete list of libraries required to compile the licensed software.
- B. Limits on the purposes for which the licensed software may be used.
- C. Details of the technical documentation each contributor has to provide.
- D. The programming languages which may be used to extend the licensed program.
- E. Conditions for modifying and distributing the licensed software.
Answer: E
NEW QUESTION # 51
......
010-160 Exam PDF [2023] Tests Free Updated Today with Correct 80 Questions: https://www.examslabs.com/Lpi/LPI-Linux-Essentials/best-010-160-exam-dumps.html
Lpi 010-160 Exam Preparation Guide and PDF Download: https://drive.google.com/open?id=1IKA5VApr1AUqZwt2g6gNu0kpCdNV6U4_