
Oct-2021 Latest TestkingPass 010-160 Exam Dumps with PDF and Exam Engine Free Updated Today!
Following are some new 010-160 Real Exam Questions!
NEW QUESTION 39
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 40
Which of the following types of bus can connect hard disk drives with the motherboard?
- A. The CPU bus
- B. The SATA bus
- C. The Auto bus
- D. The NUMA bus
- E. The RAM bus
Answer: B
NEW QUESTION 41
What is true about arecursive directory listing?
- A. It includes the permissions of the directory listed.
- B. Itincludes a preview of content for each file in the directory.
- C. It includes ownership information for the files.
- D. It includes the content of sub-directories.
- E. It includes details of file system internals, such as inodes.
Answer: D
NEW QUESTION 42
What parameter of ls prints a recursive listing of a directory's content? (Specify ONLY the option name without any values or parameters.)
Answer:
Explanation:
lsR
NEW QUESTION 43
Which of the following characters in a shell prompt indicates the shell is running with root privileges?
- A. !
- B. #
- C. $
- D. &
- E. *
Answer: B
NEW QUESTION 44
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 45
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 46
Which of the following is a protocol used for automatic IP address configuration?
- A. DNS
- B. NFS
- C. LDAP
- D. DHCP
- E. SMTP
Answer: D
NEW QUESTION 47
What is the purpose of the PATH environment variable?
- A. It increases security by preventing commands from running in certain locations.
- 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 allows the execution of commands without the need to know the location of the executable.
Answer: E
NEW QUESTION 48
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
Explanation:
Explanation/Reference:
NEW QUESTION 49
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 50
What are the differences between hard disk drives and solid state disks? (Choose two correct answers.)
- A. Hard disks have a motor and moving parts, solid state disks do not.
- B. /dev/sdais a hard disk device while /dev/ssdais a solid state disk.
- C. Hard disks can fail due to physical damage, while solid state disks cannot fail.
- D. Solid state disks can store many times as much data as hard disk drives.
- E. Solid state disks provide faster access to stored data than hard disks.
Answer: A,E
NEW QUESTION 51
Which command adds the new usertuxand creates the user's home directory with default configuration files?
- A. useradd -o default tux
- B. usercreate tux
- C. useradd -m tux
- D. passwd -a tux
- E. defaultuser tux
Answer: C
NEW QUESTION 52
The current directory contains the following file:
-rw-r-r- 1 root exec 24551 Apr 2 12:36 test.sh
The file contains a validshell script, but executing this file using./test.shleads to this error:
bash: ./test.sh: Permission denied
What should be done in order to successfully execute the script?
- A. The user executing the script should be added to theexecgroup.
- B. The SetUID bit should be set in the file's permissions
- C. The script should be run using#!./test. shinstead of./test.sh.
- D. The execute bit should be set in the file's permissions.
- E. The file's extension should be changed from .shto.bin.
Answer: D
NEW QUESTION 53
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 54
Which operator in a regular expression matches the preceding character either zero or one time?
- A. $
- B. +
- C. %
- D. *
- E. ?
Answer: E
NEW QUESTION 55
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 56
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
Explanation:
Explanation/Reference:
NEW QUESTION 57
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 58
Which of the following are typical services offered by public cloud providers? (Choose three correct answers.)
- A. Internet as aService(IaaS)
- B. Graphics as a Service (GaaS)
- C. Software as a Service (SaaS)
- D. Platform as a Service(PaaS)
- E. Infrastructure as a Service(IaaS)
Answer: C,D,E
NEW QUESTION 59
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 60
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: B,E
NEW QUESTION 61
The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?
- A. chmod u=tux doku.odt
- B. chown tux doku.odt
- C. newuser doku.odt tux
- D. passwd doku.odt:tux
- E. transfer tux: doku.odt
Answer: B
NEW QUESTION 62
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 63
Which of the following commands puts the lines of the file data.csv into alphabetical order?
- A. a..z data.csv
- B. abc data.csv
- C. sort data.csv
- D. grep --sort data.csv
- E. wc -s data.csv
Answer: C
NEW QUESTION 64
......
Resources From:
- 2021 Latest TestkingPass 010-160 Exam Dumps (PDF & Exam Engine) Free Share: https://www.testkingpass.com/010-160-testking-dumps.html
- 2021 Latest TestkingPass 010-160 PDF and 010-160 Exam Dumps Free Share: https://drive.google.com/open?id=1RCiD54DsZlD06oVfERRglu7163ajY1_C
Free Resources from TestkingPass, We Devoted to Helping You 100% Pass All Exams!