Attention please! Here is the shortcut to pass your Newest 010-160 QAs exam! Get yourself well prepared for the LPI Other Certification May 08,2022 Hotest 010-160 vce Linux Essentials Certificate Exam – version 1.6 exam is really a hard job. But don’t worry! We We, provides the most update 010-160 real exam questions. With We latest 010-160 actual tests, you’ll pass the LPI Other Certification Newest 010-160 QAs Linux Essentials Certificate Exam – version 1.6 exam in an easy way
We Geekcert has our own expert team. They selected and published the latest 010-160 preparation materials from Official Exam-Center.
The following are the 010-160 free dumps. Go through and check the validity and accuracy of our 010-160 dumps.Although questions are from 010-160 free dumps, the validity and accuracy of the 010-160 dumps are absolutely guaranteed.
Question 1:
What are the differences between hard disk drives and solid state disks? (Choose two.)
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/sda is a hard disk device while /dev/ssda is a solid state disk.
E. Solid state disks provide faster access to stored data than hard disks.
Correct Answer: AE
Question 2:
Which of the following types of bus can connect hard disk drives with the motherboard?
A. The RAM bus
B. The NUMA bus
C. The CPU bus
D. The SATA bus
E. The Auto bus
Correct Answer: D
Question 3:
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
Correct Answer: D
Question 4:
Which of the following outputs comes from the command free?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
Correct Answer: E
Question 5:
What is true about the dmesg command? (Choose two.)
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.
Correct Answer: CE
Question 6:
Which of the following outputs could stem from the command last?
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)
Correct Answer: E
Question 7:
What is the UID of the user root?
A. 1
B. -1
C. 255
D. 65536
E. 0
Correct Answer: E
Question 8:
Which permissions are set on a regular file once the permissions have been modified with the command chmod 654 file.txt?
A. drw-r-xr-
B. d–wxr-x-
C. -wxr-x–x
D. -rwxrw—x
E. -rw-r-xr-
Correct Answer: E
Question 9:
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.
Correct Answer: A
Question 10:
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
Correct Answer: A
Question 11:
Which command adds the new user tux and creates the user\’s home directory with default configuration files?
A. defaultuser tux
B. useradd -m tux
C. usercreate tux
D. useradd -o default tux
E. passwd -a tux
Correct Answer: B
Question 12:
What information is stored in /etc/passwd? (Choose three.)
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
Correct Answer: BCD
Question 13:
Which of the following tar options handle compression? (Choose two.)
A. -bz
B. -z
C. -g
D. -j
E. -z2
Correct Answer: BD
Question 14:
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.)
A. run test.sh
B. ${test.sh}
C. cmd ./test.sh
D. ./test.sh
E. bash test.sh
Correct Answer: DE
Question 15:
Which of the following commands sorts the output of the command export-logs?
A. export-logs < sort
B. export-logs > sort
C. export-logs and sort
D. export-logs | sort
E. export-logs sort
Correct Answer: D