[Q140-Q162] 101-500リアル試験問題解答は更新された[2024年01月15日]

Share

101-500リアル試験問題解答は更新された[2024年01月15日]

お手軽に合格させる 最新Lpi 101-500問題集には246問があります

質問 # 140
In compliance with the FHS, in which of the following directories are documentation files found?

  • A. /usr/share/doc
  • B. /etc/share/doc
  • C. /usr/local/share/documentation
  • D. /usr/share/documentation
  • E. /var/share/doc

正解:E


質問 # 141
What does the command grub-install /dev/sda do?

  • A. GRUB recompiles the Linux Kernel and installs it on the Master Boot Record of device/dev/sda.
  • B. GRUB creates partitions on the device/dev/sdato be used with Linux.
  • C. GRUB sets the default BIOS boot device to/dev/sda.
  • D. GRUB installs all required files and configures the boot loader on device/dev/sda.

正解:D


質問 # 142
What is the output when the regular expression s/[ABC] [abc]/xx/is applied to the following string?
ABCabc
ABxxbc

  • A. xxCxxc
  • B.
  • C. Axxaxx
  • D. xxxxxx
  • E. ABCabc

正解:E


質問 # 143
Which of the following characters can be combined with a separator string in order to read from the current input source until the separator string, which is on a separate line and without any trailing spaces, is reached?

  • A. !<
  • B. <<
  • C. &<
  • D. <|

正解:B


質問 # 144
What is true regarding the configuration of yum? (Choose two.)

  • A. In case /etc/yum.repos.d/ contains files, /etc/yum.conf is ignored
  • B. Repository configurations can include variables such as $basearch or $releasever
  • C. The configuration of package repositories can be divided into multiple files
  • D. Changes to the repository configuration become active after running yum confupdate
  • E. Changes to the yum configuration become active after restarting the yumd service

正解:A、B


質問 # 145
A yum repository can declare sets of related packages. Which yumcommand installs all packages belonging to the group admintools?
yum pkgsel --install admintools

  • A. yum groupinstall admintools
  • B.
  • C. yum install admintools/*
  • D. yum taskinstall admintools
  • E. yum collection install admintools

正解:D


質問 # 146
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)

正解:

解説:
dpkg-reconfigure


質問 # 147
The USB device filesystem can be found under /proc/______/usb/.
(Please fill in the blank with the single word only)

正解:

解説:
bus


質問 # 148
Which of the following commands prints a list of available package updates when using RPM-based package management?

  • A. yum list
  • B. dpkg list
  • C. yum check-update
  • D. yum list-update
  • E. dpkg check-update

正解:C


質問 # 149
Which of the following commands are valid in the GRUB 2 configuration file? (Choose two.) menuentry

  • A.
  • B. pxe-ifconfig
  • C. uefi
  • D. insmod
  • E. kpartx

正解:C、E


質問 # 150
What command will generate a list of user names from /etc/passwd along with their login shell?

  • A. column -s : 1,7 /etc/passwd
  • B. chop -c 1,7 /etc/passwd
  • C. cut -d: -f1,7 /etc/passwd
  • D. colrm 1,7 /etc/passwd

正解:C


質問 # 151
Which of the following signals is sent to a process when the key combination Ctrl+C is pressed on the keyboard?

  • A. SIGKILL
  • B. SIGTERM
  • C. SIGCONT
  • D. SIGINT
  • E. SIGSTOP

正解:D


質問 # 152
Which of the following commands can be used to create a new file that is 100kB in size?

  • A. dd
  • B. mkfile
  • C. file
  • D. touch

正解:A


質問 # 153
Which of the following command lines creates or, in case it already exists, overwrites a file called data with the output of ls?

  • A. ls 3> data
  • B. ls >& data
  • C. ls > data
  • D. ls >> data

正解:C


質問 # 154
Which of the following commands print the current working directory when using a Bash shell? (Choose two.)

  • A. printwd
  • B. pwd
  • C. echo "${WD}"
  • D. echo "${pwd}"
  • E. echo "${PWD}"

正解:B、E

解説:
Explanation/Reference:


質問 # 155
In Bash, inserting 2>&1 after a command redirects:

  • A. standard input to standard error.
  • B. standard output to standard error.
  • C. standard error to standard input.
  • D. standard outputto standard input.
  • E. standard error to standard output.

正解:B


質問 # 156
Which of the following commands displays the path to the executable file that would be executed when the command foois invoked?

  • A. locate foo
  • B. lsattr foo
  • C. which foo
  • D. whatis foo
  • E. apropos foo

正解:C


質問 # 157
Which of the following apt-getsubcommands installs the newest versions of all currently installed packages?
auto-update

  • A. dist-upgrade
  • B.
  • C. update
  • D. install
  • E. full-upgrade

正解:E


質問 # 158
Which daemon handles power management events on a Linux system?

  • A. psd
  • B. acpid
  • C. batteryd
  • D. pwrmgntd
  • E. inetd

正解:B


質問 # 159
Which of the following files, located in the user home directory, is used to store the Bash history?

  • A. .bashrc_history
  • B. .bash_history
  • C. .history_bash
  • D. .bash_histfile
  • E. .history

正解:B


質問 # 160
Which of the following directories on a 64 bit Linux system typically contain shared libraries? (Choose two.)

  • A. /usr/lib64/
  • B. /lib64/
  • C. ~/.lib64/
  • D. /var/lib64/
  • E. /opt/lib64/

正解:A、B


質問 # 161
Running chmod 640 filea.txtas a regular user doesn't update filea.txt's permission. What might be a reason why chmod cannot modify the permissions? (Choose two.)

  • A. filea.txtis a symbolic link whose permissions are a fixed value which cannot be charged.
  • B. filea.txtis a hard link whose permissions are inherited from the target and cannot be set directly.
  • C. filea.txtis owned by another user and a regular user cannot change the permissions of another user's file.
  • D. filea.txthas the SetUID bit set which imposes the restriction that only the rootuser can make changes to the file.
  • E. filea.txthas the sticky bit set and a regular user cannot remove this permission.

正解:A、C


質問 # 162
......


Lpi 101-500試験に合格することは、IT業界で広く認知されているLPIC-1認定を取得するための第一歩です。この認定は、個人がLinuxシステムを管理するために必要なスキルと知識を持ち、Linuxシステム管理に関連する重要なタスクを実行する能力を持っていることを証明します。この認定は、個人がIT分野でキャリアを進め、自分のスキルと知識を認められるための優れた方法です。


LPIC-1認定は、Linuxプロフェッショナルのスキルと知識を測定するための標準として、グローバルに認められています。LPI 101-500試験に合格することで、候補者はLinuxシステムでの作業能力を証明し、Linuxシステム管理の認定を取得することができます。この認定は、Linux管理でキャリアを発展させ、新しい仕事の機会を開くためにITプロフェッショナルに最適です。また、この試験は、雇用主が自社のLinuxプロフェッショナルが必要なスキルと知識を持っていることを確認するための優れた方法でもあります。

 

最新の101-500学習ガイド2024年最新の- 提供するのはテストエンジンとPDF:https://www.goshiken.com/Lpi/101-500-mondaishu.html

最新版を今すぐ試そう101-500練習テスト問題解答:https://drive.google.com/open?id=1jfek3xJt3tDtvNRgGkRTRJ5u1FQt3S9G