101-500日本語問題集PDFは最新 [2026年最新] 究極な学習ガイド [Q96-Q120]

Share

101-500日本語問題集PDFは最新 [2026年最新] 究極な学習ガイド

101-500日本語試験問題集PDFは更新された問題集でしかも合格保証付き

質問 # 96
パッケージをアンインストールするが、パッケージが再インストールされた場合に構成ファイルを残すコマンドはどれですか?

  • A. dpkg -r pkgname
  • B. dpkg -L pkgname
  • C. dpkg -P pkgname
  • D. dpkg -s pkgname

正解:A

解説:
Explanation
The dpkg command is used to manage Debian packages on Linux systems. The -r option removes a package but leaves its configuration files in case the package is re-installed. The -P option purges a package and removes its configuration files as well. The -s option shows the status of a package and the -L option lists the files installed by a package. References:
* LPI Linux Essentials, Chapter 6: Managing Software, Section 6.2: Debian Package Management
* LPI Linux Administrator, Exam 101: System Architecture, Topic 102: Linux Installation and Package Management, Objective 102.5: Manage shared libraries
* LPI Linux Engineer, Exam 201: Linux Kernel, Topic 201: System Architecture, Objective 201.1: Kernel Components and Compilation


質問 # 97
システムの起動サイクル中に、BIOSがタスクを完了した後に実行されるプログラムは何ですか?

  • A. The inetd program
  • B. The bootloader
  • C. The init program
  • D. The kernel

正解:B

解説:
The program that is run after the BIOS completes its tasks is the bootloader12. The bootloader is a small program that loads the operating system into memory and executes it. The bootloader can be located in the Master Boot Record (MBR) of the first hard disk or the boot sector of a partition for BIOS systems, or in an .
efi file on the EFI System Partition for UEFI systems12. The bootloader can also display a menu to allow the user to choose from different operating systems or kernel versions to boot12.
The other options in the question are not correct because:
* B. The inetd program: This is a program that listens for incoming network connections and launches the appropriate service for them. It is not involved in the boot process3.
* C. The init program: This is a program that is executed by the kernel as the first user-space process. It is responsible for starting and managing other processes and services. It is not run by the BIOS.
* D. The kernel: This is the core of the operating system that controls everything in the system. It is loaded and executed by the bootloader, not by the BIOS.
:
1: The Linux Booting Process - 6 Steps Described in Detail - freeCodeCamp.org 2: Guide to the Boot Process of a Linux System - Baeldung 3: [inetd - Wikipedia] : [init - Wikipedia] : [Linux kernel - Wikipedia]


質問 # 98
実行可能ファイルfooが$ PATHに含まれていないディレクトリに配置されている場合、次のコマンドのどれを使用して検索できますか?

  • A. whereis
  • B. apropos
  • C. find
  • D. query
  • E. which

正解:C


質問 # 99
次のコマンドのうち、共有ライブラリのリンカーキャッシュを更新するものはどれですか?

  • A. soconfig
  • B. mkldconfig
  • C. mkcache
  • D. lddconfig
  • E. ldconfig

正解:E

解説:
The command that updates the linker cache of shared libraries is ldconfig. This command creates, updates, and removes the necessary links and cache for the run-time linker, ld.so, to the most recent shared libraries found in the specified directories. To add a new library directory to the cache, you need to edit the /etc/ld.so.
conf file and rerun ldconfig. You can use the -p option to print the current cache contents1.
The other commands are either invalid or unrelated to the linker cache. mkcache, soconfig, and mkldconfig are not standard Linux commands. lddconfig is a typo for ldd, which is a command that prints the shared libraries required by a program2.
:
Linux Commands For Shared Library Management & Debugging Problem
ldd(1) - Linux manual page


質問 # 100
次のプロトコルのうち、仮想マシンのビデオ カード出力にアクセスするために設計されているものはどれですか。

  • A. X11
  • B. XDMCP
  • C. Xfce
  • D. KDE
  • E. SPICE

正解:E


質問 # 101
次のシェルコマンドのうち、すでに定義されている変数TESTを新しい子プロセスから見えるようにするものはどれですか? (2つ選択してください。)

  • A. declare -x TEST
  • B. visible TEST
  • C. declare +x TEST
  • D. export TEST
  • E. export -v TEST

正解:D、E

解説:
Explanation
The export command makes a shell variable available to child processes of the current shell. It can also be used to list all the exported variables. The -v option makes the export command print the variable name and value for each exported variable. The declare command can be used to set or display the attributes and values of shell variables. The -x option makes a variable exported to subsequent commands. The +x option removes the export attribute from a variable. The visible command is not a valid shell command. References:
* LPI 101-500 Exam Objectives, Topic 103.1, Weight 4
* LPI Learning Materials, Chapter 3.1, Shell Variables and Environment
* Web Search Results, 1


質問 # 102

正解:

解説:


質問 # 103

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

正解:A、C、E


質問 # 104
新しいext4ファイルシステムでのrootユーザーの予約スペースのデフォルトの割合はどれですか?

  • A. 10%
  • B. 5%
  • C. 3%
  • D. 0%
  • E. 15%

正解:B

解説:
The reserved space is a portion of the filesystem that is only accessible to the root user or users with sudo privileges. The reserved space serves two purposes: to prevent ordinary users from filling up the filesystem completely and crashing the system, and to reduce fragmentation by leaving some free space. The reserved space is set by default to 5% of the total filesystem size when the filesystem is created with the mkfs.ext4 command. This means that 5% of the blocks are reserved for the root user and are not counted as available space by the df command. The reserved space can be changed or disabled by using the tune2fs command with the -m option. For example, to change the reserved space to 1%, use the following command:
sudo tune2fs -m 1 /dev/sdXY
where /dev/sdXY is the device name of the ext4 filesystem.
To disable the reserved space completely, use 0% instead of 1%. However, this is not recommended, as it may affect the performance and stability of the system, especially if the filesystem is almost full.
References:
Reserved space for root on a filesystem - why?
Linux : How to reduce the percentage of reserved blocks on ext4 filesystem tune2fs(8) - Linux manual page


質問 # 105
64ビットLinuxシステム上の次のディレクトリのうち、通常共有ライブラリが含まれているのはどれですか? (2つ選択してください。)

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

正解:A、D


質問 # 106
カーネルリングバッファーの内容はいつリセットされますか? (2つ選択してください。)

  • A. システムがシャットダウンまたは再起動されたとき
  • B. 追加パラメーターなしでdmesgを使用してリングバッファーが読み取られる場合
  • C. 設定可能な時間(デフォルトでは15分)が経過したとき
  • D. コマンドdmesg --clearを使用してリングバッファーを明示的にリセットする場合
  • E. カーネルが以前にアンロードされたカーネルモジュールをロードするとき

正解:A、D

解説:
Explanation
The content of the kernel ring buffer is reset when the ring buffer is explicitly reset using the command dmesg
--clear or when the system is shut down or rebooted. The kernel ring buffer is a portion of the physical memory that holds the kernel's log messages. It has a fixed size, which means once the buffer is full, the older logs records are overwritten. The dmesg command-line utility is used to print and control the kernel ring buffer in Linux and other Unix-like operating systems1. The dmesg --clear option clears the ring buffer's contents, which can be useful for debugging purposes or to free up some memory2. The systemshutdown or reboot also clears the ring buffer's contents, as the physical memory is reset and the kernel is reloaded3.
The other options are false or irrelevant. The ring buffer is not reset when it is read using dmesg without any additional parameters, as this option only displays the current contents of the buffer without modifying them2. The ring buffer is not reset when a configurable amount of time, 15 minutes by default, has passed, as there is no such time limit for the buffer's persistence4. The ring buffer is not reset when the kernel loads a previously unloaded kernel module, as this action only affects the kernel's functionality and not its log messages5. References:
* Dmesg Command in Linux | Linuxize1
* dmesg(1) - Linux manual page2
* Linux Dmesg Command Help and Examples - Computer Hope3
* Lockless Ring Buffer Design - The Linux Kernel documentation4
* Linux Kernel Module Management 101 - Linux.com5


質問 # 107

  • A. ln bar.conffoo.conf
  • B. ln -s bar.conf foo.conf
  • C. ln -s foo.conf bar.conf
  • D. ln foo.conf bar.conf

正解:C


質問 # 108
通常、システムの実行中に定期的に変更され、再起動後も保持されるファイルやデータには、どの最上位システムディレクトリが使用されますか? (最上位ディレクトリのみを指定してください)

  • A. var/
  • B. /var/,
  • C. /var
  • D. Var

正解:C

解説:
システム稼働中に定期的に変更され、再起動後も保持されるファイルやデータを格納する最上位システムディレクトリは/varです。/varディレクトリには、システム稼働中にサイズが変化する可変データが格納されます。例えば、ログファイル、メールディレクトリ、データベース、印刷スプールなどは/varに保存されます。これらのファイルやデータは一時的なものではなく、システムの再起動後も保持する必要があります。ファイルシステム階層標準(FHS)1によると、/varディレクトリは別パーティションに配置することが推奨される数少ないディレクトリの1つです。これは、/varディレクトリが予測不能に大きくなり、/パーティションを占有し、システムの不安定化や障害を引き起こす可能性があるためです。/varを別パーティションに配置することで、可変データによって使用されるディスク容量を制限し、ユーザーが/パーティションに影響を与えるのを防ぐことができます。また、/varディレクトリは悪意のある攻撃の標的となることが多いため、別パーティションに配置することでシステムのセキュリティと分離性を向上させることができます。参考資料:
* ファイルシステム階層標準


質問 # 109

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

正解:D


質問 # 110
Ctrl + Alt + Delete キーの組み合わせを無効にするには、どの構成ファイルを変更する必要がありますか?

  • A. /proc/inittab
  • B. /etc/keys
  • C. /etc/reboot
  • D. /etc/inittab
  • E. /proc/keys

正解:D


質問 # 111

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

正解:C


質問 # 112
/proc 内のどのファイルが、さまざまなカーネル ドライバーによって使用される IRQ を記述しますか? (パスなしでファイル名のみを指定します。)

正解:

解説:
中断


質問 # 113
ファイルデータ内の単語「bob」の出現をすべて「Bob」に変更し、結果を標準出力に出力するコマンドはどれですか

  • A. sed's / bob / Bob / 'データ
  • B. sed's / bob / Bob / g 'データ
  • C. sed '/ bob / Bob'データ
  • D. sed '/ bob / Bob /'データ
  • E. sed's / bob、Bob / 'データ

正解:B


質問 # 114
/etc/_______ file には、現在マウントされているデバイスがリストされます。

正解:

解説:
mtab
Explanation
The /etc/mtab file is a system-generated file that lists all the currently mounted devices and their mount options. It is updated automatically by the mount and umount commands. It can be used to check which devices are mounted and where, as well as their filesystem type and mount options. The /etc/mtab file hasthe same format as the /etc/fstab file, which is a user-edited file that lists the devices that should be mounted at boot time or on demand. References:
* LPIC-1 Exam 101 Objectives, Topic 101: System Architecture, 101.1 Determine and configure hardware settings, Key Knowledge Areas, The following is a partial list of the used files, terms and utilities: /etc/mtab
* LPIC-1 101-500 Exam Prep, Section 1: System Architecture, Lesson 1.1: Determine and Configure Hardware Settings, Video: 1.1.4 Mounting and Unmounting Filesystems, Transcript: The /etc/mtab file is a system-generated file that lists all the currently mounted devices and their mount options.


質問 # 115
何が?正規表現内の記号は表しますか?

  • A. 前の修飾子に0回または1回一致します。
  • B. 前の修飾子に1回以上一致します。
  • C. 先行する修飾子に0回以上一致します。
  • D. リテラルの?文字に一致します。

正解:A

解説:
The ? symbol within regular expressions represents an optional match of the preceding qualifier. A qualifier is a character or a group of characters that can be repeated a certain number of times, such as , +, ?, {n}, {n,}, or
{n,m}. The ? symbol means that the qualifier can occur zero or one times, but not more. For example, the regular expression colou?r matches both "color" and "colour", but not "colouur" or "colr". The ? symbol can also be used to make other qualifiers lazy, meaning that they will match the smallest possible number of characters, instead of the largest (greedy). For example, the regular expression a.?b matches the shortest string that starts with "a" and ends with "b", such as "ab" or "a-b", but not "a-b-c". References:
* [LPI Exam 101 Detailed Objectives], Topic 103: GNU and Unix Commands, Objective 103.7: Perform basic file management, Weight: 4, Key Knowledge Areas: Use of egrep to search for extended regular expressions in text output.
* [Regular expression syntax cheat sheet], Topic: Quantifiers.


質問 # 116

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

正解:B


質問 # 117

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

正解:A


質問 # 118
バイナリファイルがコマンドとして実行される場合、パーミッション-rwSr-xr-xはどういう意味ですか?

  • A. 実行フラグが所有者に設定されていません。したがって、SetUIDフラグは無視されます。
  • B. コマンドは、所有者とグループの有効な権限で実行されます。
  • C. コマンドはSetUIDであり、所有者の有効な権限で実行されます。
  • D. コマンドは、所有者ではなくグループの有効な権限で実行されます。

正解:A

解説:
Explanation
The permissions -rwSr-xr-x mean that the file is readable and writable by the owner, readable and executable by the group, and readable and executable by others. The S in the owner's permissions indicates that the file has the SetUID bit set, which means that when the file is executed as a command, it will run with the effective user ID of the file owner, rather than the user who executed it. This allows the command to perform privileged operations that the user normally cannot do. For example, the /bin/passwd commandhas the SetUID bit set, so that it can modify the /etc/shadow file, which is only writable by root. References: LPI Linux Administrator, File Permissions and Attributes


質問 # 119
Bashシェルを使用している場合、現在の作業ディレクトリを出力するコマンドはどれですか? (2つ選択してください。)

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

正解:D


質問 # 120
......

あなたを合格させるLpi試験には101-500日本語試験問題集:https://www.jpntest.com/shiken/101-500J-mondaishu

弊社を連絡する

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

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡