[Aug-2021] 010-160 Free PDF from Easy4Engine [Q13-Q38]

Share

Aug-2021 Latest Easy4Engine 010-160 Exam Dumps with PDF and Exam Engine Free Updated Today!

Following are some new 010-160 Real Exam Questions!

NEW QUESTION 13
Which of the following statements are true regarding a typical shell script? (Choose two.)

  • A. It is located in /etc/bash/scripts/.
  • B. It is compiled into a binary file compatible with the current machine architecture.
  • C. It starts with the two character sequence #!.
  • D. It has the executable permission bit set.
  • E. It is located in /usr/local/scripts/.

Answer: B,D

 

NEW QUESTION 14
What can be found in the /proc/ directory?

  • A. One file per existing user account.
  • B. One device file per hardware device.
  • C. One directory per installed program.
  • D. One log file per running service.
  • E. One directory per running process.

Answer: E

 

NEW QUESTION 15
Which of the following Linux Distributions is derived from Red Hat Enterprise Linux?

  • A. Raspbian
  • B. openSUSE
  • C. Debian
  • D. CentOS
  • E. Ubuntu

Answer: D

 

NEW QUESTION 16
Which of the following commands extracts the contents of the compressed archive file1.tar.gz?

  • A. ztar file1.tar.gz
  • B. tar -czf file1.tar.gz
  • C. tar -xzf file1.tar.gz
  • D. detar file1.tar.gz
  • E. tar --extract file1.tar.gz

Answer: C

 

NEW QUESTION 17
What is true about links in a Linux file system?

  • A. A symbolic link can point to a file on another file system.
  • B. Only the root user can create hard links.
  • C. A hard link can only point to a directory and never to a file.
  • D. A symbolic link can only point to a file and not to a directory.
  • E. When the target of the symbolic link is moved, the link is automatically updated.

Answer: A

 

NEW QUESTION 18
Which of the following commands sorts the output of the commandexport-logs?

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

Answer: D

 

NEW QUESTION 19
Which of the following commands finds all lines in the file operating-systems.txt which contain the term linux, regardless of the case?

  • A. cut linux operating-systems.txt
  • B. less -i linux operating-systems.txt
  • C. igrep linux operating-systems.txt
  • D. grep -i linux operating-systems.txt
  • E. cut [Ll] [Ii] [Nn] [Uu] [Xx] operating-systems.txt

Answer: D

 

NEW QUESTION 20
What is a Linux distribution?

  • A. The set of rules which governs the distributionof Linux kernel source code.
  • B. A bundling of the Linux kernel, system utilities and other software.
  • C. A set of changes to Linux which enable Linux to run on another processor architecture.
  • D. An operating system based on Linux but incompatible to the regular Linux kernel.
  • E. The Linux file system as seen from the root account after mounting all file systems.

Answer: B

 

NEW QUESTION 21
Which permissions are set on a regular file once thepermissions have been modified with the command chmod 654 file.txt?

  • A. -wxr-x--x
  • B. d-wxr-x--
  • C. drw-r-xr--
  • D. -rw-r-xr--
  • E. -rwxrw---x

Answer: D

 

NEW QUESTION 22
Which of the following tasks can the command passwd accomplish? (Choose two.)

  • A. Create a new user account.
  • B. Create a new user group.
  • C. Lock a user account.
  • D. Change a user's password.
  • E. Change a user's username.

Answer: A,C

 

NEW QUESTION 23
What is the return value of a shell script after successful execution?

  • A. 0
  • B. 1
  • C. 2
  • D. 3
  • E. 4

Answer: A

 

NEW QUESTION 24
Which of the following outputs comes from the command free?

  • A. Option D
  • B. Option A
  • C. Option B
  • D. Option C
  • E. Option E

Answer: E

 

NEW QUESTION 25
FILL BLANK
What keyword is used in a shell script to begin a loop? (Specify one keyword only, without any additional information.)

Answer:

Explanation:
for

 

NEW QUESTION 26
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 for 198-51-100-165.rev.arpa.
  • B. In the A record for 165.100.51.198.ipv4.arpa.
  • C. In the ARPA record for 165.100.51.198.rev.
  • D. In the REV record for arpa.in-addr.198.51.100.165.
  • E. In the PTR record for 165.100.51.198.in-addr.arpa.

Answer: E

 

NEW QUESTION 27
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 28
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 29
A directory contains the following files:

What would be the output of the following shell script?
for file in *.txt

  • A. c.cav
  • B. A. txt
    b. txt
  • C. *.txt
  • D. A.txt
  • E. a b

Answer: B

 

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

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

Answer: B

 

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

  • A. It might not display older information because it was overwritten by newer information.
  • B. It immediately outputs all new messages written to the system journal.
  • C. It displays the content of the Linux kernel's ring buffer.
  • D. It sends messages to the command lines of all current user sessions.
  • E. It traces the execution of a command and shows each step the program carries out.

Answer: A,C

 

NEW QUESTION 32
What are the differences between a private web browser window and a regular web browser window? (Choose three.)

  • A. Private web browser windows do not keep records in the browser history.
  • B. Private web browser windows do not support logins into websites.
  • C. Private web browser windows do not send regular stored cookies.
  • D. Private web browser windows do not allow printing or storing websites.
  • E. Private web browser windows do not store cookies persistently.

Answer: A,C,E

 

NEW QUESTION 33
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 34
Which ofthe following commands creates an archive filework.tarfrom the contents of the directory./ work/?

  • A. tar --new work.tar ./work/
  • B. tar -cf work.tar ./work/
  • C. tar work > work.tar
  • D. tar work.tar < ./work/
  • E. tar -create work.tgz -content ./work/

Answer: B

 

NEW QUESTION 35
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 ARPA record for165.100.51.198.rev.
  • D. In the REV record forarpA.in-addr.198.51.100.165.
  • E. In the PTR record for165.100.51.198.in-addr.arpA.

Answer: E

 

NEW QUESTION 36
Which of the following commands adds the directory /new/dir/ to the PATHenvironment variable?

  • A. export PATH=/new/dir: PATH
  • B. $PATH=/new/dir: $PATH
  • C. PATH=/new/dir: PATH
  • D. export PATH=/new/dir: $PATH
  • E. export $PATH=/new/dir: $PATH

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 37
Which of the followingoutputs could stem from the commandlast?

  • A. Last login: Fri Mar 23 10:56:39 2018 from server.example.com
  • B. Password for user last changed at Sat Mar 31 16:38:57 EST 2018
  • C. 1 ls
    2 cat text.txt
    3 logout
  • D. root tty2 Wed May 17 21:11 - 21:11 (00:00)
  • E. EXT4-fs (dm-7): mounted filesystem with ordered data mode. Opts: (null)

Answer: D

 

NEW QUESTION 38
......


Resources From:

  1. 2021 Latest Easy4Engine 010-160 Exam Dumps (PDF & Exam Engine) Free Share: https://www.easy4engine.com/010-160-test-engine.html
  2. 2021 Latest Easy4Engine 010-160 PDF and 010-160 Exam Dumps Free Share: https://drive.google.com/open?id=1gPvsaGtU47x3ANzIpTuWjPdUbo-2QbS5

Free Resources from Easy4Engine, We Devoted to Helping You 100% Pass All Exams!