2023 Latest 010-160 dumps - Instant Download PDF [Q30-Q55]

Share

2023 Latest 010-160 dumps - Instant Download PDF

Updated Verified 010-160 Downloadable Printable Exam Dumps

NEW QUESTION 30
Most commands on Linux can display information on their usage. How can this information typically be displayed?

  • A. By running the command with the option /doc or /documentation.
  • B. By running the command with the option -h or --help.
  • C. By running the command with the option -m or --manpage.
  • D. By running the command with the option /? or /??.
  • E. By running the command with the option ?! or ?=!.

Answer: C

 

NEW QUESTION 31
What is the purpose of the PATH environment variable?

  • A. It increases security by preventing commands from running in certain locations.
  • B. It allows the execution of commands without the need to know the location of the executable.
  • C. It contains the absolute path to the current directory.
  • D. It specifies the location of a user's home directory.
  • E. It indicates the location of the default shell to be used when a user logs in.

Answer: B

 

NEW QUESTION 32
What happens to a file residing outside the home directory when the file owner's account is deleted? (Choose two.)

  • A. The file is removed from the file system.
  • B. The user root is set as the new owner of the file.
  • C. During a file system check, the file is moved to /lost +found.
  • D. The UID of the former owner is shown when listing the file's details.
  • E. Ownership and permissions of the file remain unchanged.

Answer: D,E

 

NEW QUESTION 33
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 34
When typing a long command line at the shell, what can be used to split a command across multiple lines?

Answer:

Explanation:
\

 

NEW QUESTION 35
Which of the following commands sets the variable USERNAME to the value bob?

  • A. set USERNAME bob
  • B. USERNAME=bob
  • C. var USERNAME=bob
  • D. USERNAME<=bob
  • E. $USERNAME==bob

Answer: B

 

NEW QUESTION 36
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 (docker), 1001 (libvirt) (wireshark), 989

  • A. /home/index
  • B. /etc/passwd
  • C. /etc/group
  • D. /var/db/users
  • E. /etc/id

Answer: B,C

 

NEW QUESTION 37
A directory contains the following three files:
texts 1.txt
texts 2.txt
texts 3.csv
Which command copies the two files ending in.txtto the/tmp/directory?

  • A. cp $?.txt /tmp/
  • B. cp ?.txt /tmp/
  • C. cp ??.txt /tmp/
  • D. cp *.txt /tmp/
  • E. cp.\.txt /tmp/

Answer: D

 

NEW QUESTION 38
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. Conditions for modifying and distributing the licensed software.
  • D. Details of the technical documentation each contributor has to provide.
  • E. The programming languages which may be used to extend the licensed program.

Answer: C

 

NEW QUESTION 39
Which of the following commands are used to get information on the proper use of ls? (Choose two correct answers.)

  • A. info ls
  • B. usage ls
  • C. man ls
  • D. option ls
  • E. manual ls

Answer: A,C

 

NEW QUESTION 40
What are the differences between hard disk drives and solid state disks? (Choose two.)

  • A. /dev/sdais a hard disk device while /dev/ssdais a solid state disk.
  • B. Hard disks can fail due to physical damage, while solid state disks cannot fail.
  • C. Hard disks have a motor and moving parts, solid state disks do not.
  • 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: C,E

 

NEW QUESTION 41
A directory contains the following three files:
texts 1.txt
texts 2.txt
texts 3.csv
Which command copies the two files ending in .txtto the /tmp/directory?

  • A. cp $?.txt /tmp/
  • B. cp ?.txt /tmp/
  • C. cp ??.txt /tmp/
  • D. cp *.txt /tmp/
  • E. cp. \.txt /tmp/

Answer: D

Explanation:
Explanation/Reference:

 

NEW QUESTION 42
Which permissions are set on a regular file once the permissions have been modified with the command chmod 654 file.txt?
drw-r-xr--

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

Answer: E

 

NEW QUESTION 43
Most commands on Linux can display information on their usage. How can this information typically be displayed?

  • A. By running the command with the option /docor /documentation.
  • B. By running the command with the option /?or /??.
  • C. By running the command with the option -mor --manpage.
  • D. By running the command with the option -hor --help.
  • E. By running the command with the option ?!or ?=!.

Answer: C

Explanation:
Explanation

 

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

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

Answer: D

 

NEW QUESTION 45
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 46
What is defined by a Free Software license?

  • 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. Conditions for modifying and distributing the licensed software.
  • D. Details of the technical documentation each contributor has to provide.
  • E. The programming languages which may be used to extend the licensed program.

Answer: C

Explanation:
Explanation/Reference:

 

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

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

Answer: E

 

NEW QUESTION 48
Which of the following commands creates an archive file work.tarfrom the contents of the directory ./
work/?

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

Answer: C

 

NEW QUESTION 49
Which of the following commands shows the absolute path to the current working directory?

  • A. cd ~/home
  • B. cd ..
  • C. who
  • D. pwd
  • E. ls -l

Answer: D

 

NEW QUESTION 50
What is true about the owner of a file?

  • A. When a user is deleted, all files owned by the user disappear.
  • B. The user owning a file must be a member of the file's group.
  • C. Each file is owned by exactly one user and one group.
  • D. The owner of a file cannot be changed once it is assigned to an owner.
  • E. The owner of a file always has full permissions when accessing the file.

Answer: C

 

NEW QUESTION 51
Why are web browser cookies considered dangerous?

  • A. Cookies store critical data which is lost when a cookie is deleted.
  • B. Cookies consume significant amounts of storage and can exhaust disk space.
  • C. Cookies are always public and accessible to anyone on the internet.
  • D. Cookies can contain and execute viruses and malware.
  • E. Cookies support identification and tracking of users.

Answer: E

 

NEW QUESTION 52
Which of the followingtaroptions handle compression? (Choose twocorrect answers.)

  • A. -g
  • B. -bz
  • C. -j
  • D. -z2
  • E. -z

Answer: C,E

 

NEW QUESTION 53
Which of the following taroptions handle compression? (Choose two.)

  • A. -g
  • B. -bz
  • C. -j
  • D. -z2
  • E. -z

Answer: C,E

 

NEW QUESTION 54
Which of the following commands can be used to resolve a DNSname to an IP address?

  • A. query
  • B. iplookup
  • C. dnsname
  • D. dns
  • E. host

Answer: E

 

NEW QUESTION 55
......

The Ultimate Lpi 010-160 Dumps PDF Review: https://www.torrentvalid.com/010-160-valid-braindumps-torrent.html

Achieve The Utmost Performance In 010-160 Exam Pass Guaranteed: https://drive.google.com/open?id=1YPCE5nMV1CH7jnlFRKxjrpQ9XyPM1fPR