Get Lpi 010-160 Dumps Questions [2021] To Gain Brilliant Result
010-160 dumps - ITPassLeader - 100% Passing Guarantee
NEW QUESTION 24
What information is stored in /etc/passwd? (Choose three correct answers.)
- A. The user\s default shell
- B. The username
- C. The user's storage space limit
- D. The numerical user ID
- E. The encrypted password
Answer: B,D,E
NEW QUESTION 25
What is true about a recursive directory listing?
- A. It includes the permissions of the directory listed.
- B. It includes ownership information for the files.
- C. It includes the content of sub-directories.
- D. It includes details of file system internals, such as inodes.
- E. It includes a preview of content for each file in the directory.
Answer: C
NEW QUESTION 26
Running the commandrm Downloadsleads to the following error:
rm: cannot remove 'Downloads/': Is a directory
Which of the following commands can be used instead toremoveDownloads, assumingDownloadsis empty? (Choose two correct answers.)
- A. rem Downloads
- B. rm -r Downloads
- C. undir Downloads
- D. dir -r Downloads
- E. rmdir Downloads
Answer: B,E
NEW QUESTION 27
Which of the following are typical services offered by public cloud providers? (Choose three correct
answers.)
- A. Graphics as a Service (GaaS)
- B. Software as a Service (SaaS)
- C. Platform as a Service(PaaS)
- D. Infrastructure as a Service(IaaS)
- E. Internet as a Service(IaaS)
Answer: B,C,D
NEW QUESTION 28
Which of the following programs are web servers? (Choose two.)
- A. Postfix
- B. NGINX
- C. Apache HTTPD
- D. Dovecot
- E. Curl
Answer: B,C
Explanation:
Explanation
NEW QUESTION 29
Which of the following statements regarding Linux hardware drivers is correct?
- A. Drivers are stored on their devices and are copied by the Linux kernel when a new device is attached
- B. Drivers are not used by Linux because the BIOS handles all access to hardware on behalf of Linux.
- C. Drivers are either compiled into the Linux kernel or are loaded as kernel modules.
- D. Drivers are regular Linux programs which have to be run by the user who wants to use a device.
- E. Drivers are downloaded from the vendor's driver repository when a new device is attached.
Answer: C
NEW QUESTION 30
What is true about the su command?
- A. It locks the root account in specific time frames.
- B. It is the default shell of the root account.
- C. It changes the name of the main administrator account.
- D. It can only be used by the user root.
- E. It runs a shell or command as another user.
Answer: E
NEW QUESTION 31
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 (wireshark), 989 (docker), 1001 (libvirt)
- A. /var/db/users
- B. /etc/group
- C. /home/index
- D. /etc/id
- E. /etc/passwd
Answer: B,E
NEW QUESTION 32
What information can be displayed bytop?
- A. User accounts, ordered by the number of logins.
- B. Existing files, ordered by their size.
- C. User groups, ordered by the number of members.
- D. User accounts, ordered by the number of files.
- E. Running processes, ordered by CPU orRAM consumption.
Answer: E
NEW QUESTION 33
Which statements about the directory /etc/skel are correct? (Choose two.)
- A. The directory contains the global settings for the Linux system.
- B. The directory contains a default set of configuration files used by the useradd command.
- C. The files from the directory are copied to the home directory of a new user when the account is created.
- D. The personal user settings of root are stored in this directory.
- E. The files from the directory are copied to the home directory of the new user when starting the system.
Answer: B,C
NEW QUESTION 34
Which of the following examples shows the general structure of a forloop in a shell script?
for *.txt as file => echo $file
- A. for file in *.txt
- B. do
echo $i
done
for ls *.txt exec {} \; - C. for *.txt ( echo $i )
- D. foreach @{file} {
- E. echo $i
}
Answer: B
NEW QUESTION 35
Which of the following keys can be pressed to exit less?
- A. x
- B. !
- C. l
- D. q
- E. e
Answer: D
NEW QUESTION 36
Which of the following directories must be mounted with read and write access if it resides on its own dedicated file system?
- A. /opt
- B. /var
- C. /lib
- D. /etc
- E. /usr
Answer: B
NEW QUESTION 37
Which command displays file names only and no additional information?
- A. ls -alh
- B. ls -a
- C. ls -lh
- D. ls -l
- E. ls -nl
Answer: B
NEW QUESTION 38
Which of the following DNS record types hold an IP address? (Choose two.)
- A. AAAA
- B. NS
- C. CNAME
- D. A
- E. MX
Answer: D,E
NEW QUESTION 39
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. Raspbian
- B. Debian GNU/Linux
- C. openSUSE
- D. Ubuntu Linux LTS
- E. CentOS
Answer: E
NEW QUESTION 40
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 retail store
- C. The vendor's version management system
- D. A CD-ROM disk
- E. The vendor's website
Answer: A
NEW QUESTION 41
What is defined by a Free Softwarelicense?
- A. Limits on the purposes for which the licensed software may be used.
- B. A complete list of libraries required to compile the licensed software.
- C. Conditions for modifying and distributing the licensed software.
- D. The programming languages which may be used to extend the licensed program.
- E. Details of the technical documentation each contributor has to provide.
Answer: C
NEW QUESTION 42
What information is stored in /etc/passwd? (Choose three.)
- A. The encrypted password
- B. The user\s default shell
- C. The username
- D. The user's storage space limit
- E. The numerical user ID
Answer: B,C,E
NEW QUESTION 43
Which package management tool is used in Red Hat-based Linux Systems?
- A. dpkg
- B. apt-get
- C. portage
- D. rpm
- E. packagectl
Answer: D
NEW QUESTION 44
Which operator in a regular expression matches the preceding character either zero or one time?
- A. $
- B. +
- C. %
- D. *
- E. ?
Answer: E
NEW QUESTION 45
Which of the following outputs comes from the commandfree?
- A. Option D
- B. Option A
- C. Option B
- D. Option C
- E. Option E
Answer: E
NEW QUESTION 46
Which of the followingtaroptions handle compression? (Choose twocorrect answers.)
- A. -z2
- B. -g
- C. -z
- D. -bz
- E. -j
Answer: C,E
NEW QUESTION 47
Which of the following commands sets the variable USERNAME to the value bob?
- A. USERNAME=bob
- B. $USERNAME==bob
- C. set USERNAME bob
- D. var USERNAME=bob
- E. USERNAME<=bob
Answer: A
NEW QUESTION 48
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 49
......
Get 100% Passing Success With True 010-160 Exam: https://www.itpassleader.com/Lpi/010-160-dumps-pass-exam.html
Premium Quality Lpi 010-160 Online dumps: https://drive.google.com/open?id=19OiXTO1GksZ6E6h8OIMFcfZyXzk1FXha