2023年最新の010-160試験問題集で最近更新された80問題 [Q15-Q35]

Share

2023年最新の010-160試験問題集で最近更新された80問題

Lpi 010-160リアル2023年最新のブレーン問題集で模擬試験問題集

質問 # 15
A user is currently in thedirectory/home/user/Downloads/and runs the command ls ../Documents/ Assuming it exists, which directory's content is displayed?

  • A. /home/user/Downloads/Documents/
  • B. /home/user/Documents/Downloads/
  • C. /home/user/Documents/
  • D. /Documents/
  • E. /home/Documents

正解:D


質問 # 16
Which operator in a regular expression matches the preceding character either zero or one time?

  • A. *
  • B. ?
  • C. $
  • D. +
  • E. %

正解:B


質問 # 17
The ownership of the file doku.odt should be changed. The new owner is named tux. Which command accomplishes this change?

  • A. passwd doku.odt:tux
  • B. chmod u=tux doku.odt
  • C. chown tux doku.odt
  • D. transfer tux: doku.odt
  • E. newuser doku.odt tux

正解:C


質問 # 18
Which package management tool is used in Red Hat-based Linux Systems?

  • A. apt-get
  • B. portage
  • C. rpm
  • D. packagectl
  • E. dpkg

正解:C


質問 # 19
Which of the following statements are true regarding a typical shell script? (Choose two.)

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

正解:A、D


質問 # 20
A new server needs to be installed to host services for a period of several years. Throughout this time, the server should receive important security updates from its Linux distribution.
Which of the following Linux distributions meet these requirements? (Choose two.)

  • A. Debian GNU/Linux Unstable
  • B. Red Hat Enterprise Linux
  • C. Ubuntu Linux LTS
  • D. Ubuntu Linux non-LTS
  • E. Fedora Linux

正解:B、C


質問 # 21
What happens to a file residing outside the home directory when the file owner's account is deleted? (Choose two.)

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

正解:A、C


質問 # 22
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. /home/index
  • B. /etc/group
  • C. /var/db/users
  • D. /etc/id
  • E. /etc/passwd

正解:B、E


質問 # 23
Which of the following outputs could stem from the command last?

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

正解:A


質問 # 24
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 /? or /??.
  • C. By running the command with the option -h or --help.
  • D. By running the command with the option ?! or ?=!.
  • E. By running the command with the option -m or --manpage.

正解:E


質問 # 25
Which of the following commands will search for the filefoo.txtunder the directory/home?

  • A. find /home -name foo.txt
  • B. search/home foo. txt
  • C. search /home -file foo.txt
  • D. find /home foo.txt
  • E. find /home - file foo.txt

正解:A


質問 # 26
Why are web browser cookies considered dangerous?

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

正解:C

解説:
Explanation/Reference:


質問 # 27
Which of the following are typical services offered by public cloud providers? (Choose three.)

  • A. Infrastructure as a Service(IaaS)
  • B. Graphics as a Service (GaaS)
  • C. Internet as a Service(IaaS)
  • D. Platform as a Service(PaaS)
  • E. Software as a Service (SaaS)

正解:A、D、E


質問 # 28
Which of the following directories contains information, documentation and example configuration files for installed software packages?

  • A. /etc/defaults/
  • B. /usr/examples/
  • C. /doc/
  • D. /var/info/
  • E. /usr/share/doc/

正解:E

解説:
Explanation/Reference:


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

正解:D


質問 # 30
Which of the following tasks can the command passwd accomplish? (Choose two.)

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

正解:D、E


質問 # 31
Which of the following devices represents a hard disk partition?

  • A. /dev/part0
  • B. /dev/sata0
  • C. /dev/sda2
  • D. /dev/sda/p2
  • E. /dev/ttyS0

正解:C


質問 # 32
What information is stored in /etc/passwd? (Choose three correct answers.)

  • A. The username
  • B. The user\s default shell
  • C. The user's storage space limit
  • D. The encrypted password
  • E. The numerical user ID

正解:A、D、E


質問 # 33
Which of the following characters in a shell prompt indicates the shell is running with root privileges?

  • A. *
  • B. &
  • C. $
  • D. #
  • E. !

正解:D


質問 # 34
Which command displays file names only and no additional information?

  • A. ls -alh
  • B. ls -l
  • C. ls -lh
  • D. ls -a
  • E. ls -nl

正解:D


質問 # 35
......

厳密検証された010-160試験問題集と解答で無料提供の010-160問題と正解付き:https://jp.fast2test.com/010-160-premium-file.html

010-160試験問題 リアル010-160練習問題集:https://drive.google.com/open?id=13yKCj6p6LpWsYkKsnnyokONeaz9iNzc6


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어