102-500日本語試験問題集、102-500日本語練習テスト問題
PDF問題(2025年最新)実際のLpi 102-500日本語試験問題
質問 # 64 
正解:
解説:
/etc/cron.allow
質問 # 65
mailqコマンドの目的は何ですか?
- A. これはqmail MTAにのみ含まれている独自のツールです。
- B. POP3またはIMAPを使ってリモートサーバーから新しいEメールを取得します。
- C. メールを読み書きするためのコマンドラインベースのツールです。
- D. マルチユーザーメーリングリストマネージャです。
- E. ローカルMTAのメールキューを照会します。
正解:E
解説:
The mailq command is a widely used tool for checking the email queue in Linux. It provides a summary of all the messages in the queue, including information such as message IDs, sender addresses, recipient addresses, and delivery status1. The mail queue is a collection of messages that are waiting to be delivered by the local Mail Transfer Agent (MTA), such as sendmail, postfix, or exim1. The mailq command is the same as the sendmail -bp command that also prints the mail queue2. The mailq command can also accept various options to filter or modify the output, such as -v for verbose mode, -Ac for mail submission queue, or -q for processing the queue3. The mailq command is part of the LPI's multi-level Linux professional certification program, and it is covered in the topic 108.3 Mail Transfer Agent (MTA) basics of the exam 102 objectives4. Reference: 4: https://www.lpi.org/our-certifications/exam-102-objectives/ 3: https://www.thegeekdiary.com/mailq-command-examples-in-linux/ 2: https://sites.ualberta.ca/dept/chemeng/AIX-43/share/man/info/C/a_doc_lib/cmds/aixcmds3/mailq.htm 1: https://www.emaillistvalidation.com/blog/check-email-queue-in-linux-a-comprehensive-guide-to-managing-message-queues/
質問 # 66
IPv6では、ユニキャストアドレスのインタフェース識別子に何ビット使用されていますか? (数字のみで番号を指定してください。)
正解:
解説:
64
Explanation:
With IPv6, the interface identifier of an unicast address is typically a 64-bit value that is used to identify a host's network interface. The interface identifier can be derived from the MAC address of the network card, or it can be randomly generated or manually configured. The interface identifier is the rightmost 64 bits of the most commonly encountered address types, such as global unicast (2000::/3) and link-local (fe80::/10). The interface identifier is different from the network prefix, which is the leftmost bits of the address that indicate the network or subnet to which the host belongs. The network prefix can vary in length, depending on the address type and the subnetting scheme. The network prefix and the interface identifier are separated by a double colon (::) in the IPv6 address notation. For example, in the address 2001:db8:1234:5678:abcd:ef12:3456:7890, the network prefix is 2001:db8:1234:5678 and the interface identifier is abcd:ef12:3456:7890. Reference: https://study-ccna.com/ipv6-interface-identifier/
https://networklessons.com/ipv6/ipv6-eui-64-explained
質問 # 67
システムによって生成されたすべてのsyslogメッセージをコンソール12に表示するために、syslog.confファイルにどのようなエントリを追加できますか?
- A. | / dev / tty12
- B. / var / log / messages | / dev / tty12
- C. *。* / dev / tty12
- D. syslog tty12
- E. mail。* / dev / tty12
正解:C
解説:
The entry that can be added to the syslog.conf file to have all syslog messages generated by a system displayed on console 12 is A. . /dev/tty12. This entry consists of a selector field and an action field, separated by a space or a tab. The selector field specifies the pattern of facilities and priorities that match the action. The action field specifies the destination where the matching messages are sent. In this case, the selector field is ., which means all facilities and all priorities. The action field is /dev/tty12, which is the device file for the console 12.
This means that any syslog message generated by the system will be displayed on the console 12, regardless of its facility or priority. This can be useful for debugging or monitoring purposes, but it can also be very noisy and distracting, as it will show all kinds of messages, including debug, info, notice, warning, err, crit, alert, and emerg12.
The other options are not correct. Option B. /var/log/messages | /dev/tty12 is invalid, as it uses a pipe (|) character in the selector field, which is not allowed. The pipe character can only be used in the action field to indicate that the matching messages are piped to an external program1. Option C. | /dev/tty12 is also invalid, as it has an empty selector field, which is not allowed. The selector field must specify at least one facility and one priority1. Option D. syslog tty12 is also invalid, as it has a missing period (.) between the facility and the priority in the selector field, and a missing slash (/) before the device file in the action field. The correct syntax for this option would be syslog.* /dev/tty12, which would display only the messages with the syslog facility and any priority on the console 121. Option E. mail.* /dev/tty12 is valid, but it would not display allsyslog messages generated by a system, but only the messages with the mail facility and any priority on the console
12. This would exclude the messages from other facilities, such as auth, cron, daemon, kern, user, etc1.
References: 1: syslog.conf (5) - Linux man page 2: Beginner's Guide to Syslogs in Linux [Real World Examples]
質問 # 68
syslog 機能は次のうちどれですか? (正しい答えを 2 つ選択してください。)
- A. メール
- B. リモート
- C. ポストマスター
- D. ローカル7
- E. 上級
正解:A、D
質問 # 69 
正解:
解説:
/ etc / skel
質問 # 70
どのコマンドが現在のシェルで定義されているすべてのエイリアスを表示しますか? (パス情報なしでコマンドを指定してください)
正解:
解説:
aliasaliasp
Explanation:
The alias command is used to create, list, or remove aliases in the current shell. An alias is a short name that refers to another command, usually with some options or arguments. Aliases are useful for saving typing time, avoiding spelling errors, or customizing the behavior of commands. To list all the aliases defined in the current shell, we can use the alias command without any arguments. This will print the aliases in the format of alias name='command'123. For example:
$ alias alias cp='cp -i' alias l='ls -CF' alias la='ls -A' alias ll='ls -alF' alias mv='mv -i' alias rm='rm -i' The output shows that some common commands, such as cp, mv, and rm, have aliases that add the -i option, which prompts the user before overwriting or deleting files. The l, la, and ll aliases are shortcuts for different variations of the ls command, which lists files and directories123.
質問 # 71
与えられた宛先へのルーティングパスを決定するために使用できるプログラムはどれですか。
- A. ルート
- B. ping
- C. netstat
- D. 発掘
- E. traceroute
正解:E
解説:
The traceroute program can be used to determine the routing path to a given destination by sending packets with incrementing TTL values and recording the source of the ICMP time exceeded messages. This way, it can show the intermediate hops and the round-trip times for each packet. The other programs have different purposes: dig is used to query DNS servers, netstat is used to display network connections and statistics, ping is used to test the reachability of a host by sending ICMP echo requests and measuring the response time, and route is used to manipulate the routing table. Reference:
LPI 102-500 Exam Objectives, Topic 110: Network Fundamentals, Weight: 4, 110.3 Basic network troubleshooting LPI 102-500 Study Guide, Chapter 10: Network Fundamentals, Section 10.3: Basic Network Troubleshooting, Page 125-126
質問 # 72
点字ディスプレイという用語は何を指していますか?
- A. KDE や GNOME に似た Linux デスクトップ環境。
- B. XML に似た、データ交換用の標準ファイル形式。
- C. 小さな点を使用して文字を物理的に表現したもの。
- D. LCD に取って代わられる従来のディスプレイ技術。
- E. デスクトップ アプリケーション用の標準化された高度な契約グラフィック テーマ?
正解:C
質問 # 73 
- A. Option D
- B. Option A
- C. Option B
- D. Option C
正解:D
質問 # 74
新しい電子メール エイリアスを構成に追加した後、MTA がそれを認識できるようにするには、どのコマンドを実行する必要がありますか? (コマンドはパスを指定せずに、必要なパラメータをすべて含めて指定します。)
正解:
解説:
newaliases, sendmail -bi
Explanation:
The command that must be run in order to ensure the MTA knows about the new email alias is:
newaliases
This command updates the MTA's aliases database and makes the changes effective. It is equivalent to the commands sendmail -bi or sendmail -I12. The newaliases command should be run after making modifications to the /etc/aliases file, which contains the email aliases for the system3.
質問 # 75
ファイル /etc/nsswitch.conf でホスト名検索のソースを指定するために使用できるキーワードは次のどれですか? (正しい答えを 2 つ選択してください。)
- A. 解決
- B. リモート
- C. ホスト
- D. DNS
- E. ファイル
正解:D、E
質問 # 76
国際化されたプログラムからポルトガル語(pt)へメッセージの言語を変更するためにどのコマンドを/ etc / bash_profileに追加すべきですか? (2つの正しい答えを選んでください)
- A. エクスポートLC_MESSAGES = "pt"
- B. エクスポートALL_MESSAGES = "pt"
- C. export LANGUAGE = "pt"
- D. export LANG = "pt"
- E. export MESSAGE = "pt"
正解:A、D
質問 # 77
コマンド sendmail に関して正しいのはどれですか?
- A. Postfix や Exim を含むすべての MTA は、sendmail コマンドを提供します。
- B. sendmail MTA がインストールされている場合にのみ使用できます。
- C. どの MTA でも、cron デーモンによって sendmail コマンドを定期的に実行する必要があります。
- D. sendmail コマンドは、メールが正常に送信された MTA キューの履歴を出力します。
正解:A
質問 # 78
ファイル ~/.forward について正しいのはどれですか?
- A. ~/.forward を使用すると、root は任意の電子メール アドレスを構成できますが、他のすべてのユーザーは自分のアドレスのみを構成できます。
- B. デフォルトでは、mailq グループ内のユーザーの ~/.forward ファイルのみが処理され、他のすべてのユーザーの ~/.forward ファイルは無視されます。
- C. 正しく設定されていれば、~/.forward を使用して、各受信メールを 1 人以上の他の受信者に転送できます。
- D. ~/.forward を編集した後、ユーザーは newaliases を実行して、メール サーバーに変更を認識させる必要があります。
- E. ~/.forward は MTA が所有し、ユーザーが書き込みできないため、editaliases コマンドを使用して編集する必要があります。
正解:C
質問 # 79
空白を埋める
CUPS の構成ファイルを含む最上位ディレクトリは何ですか? (ディレクトリへのフルパスを指定します。)
回答: /etc/cups/cups-files.conf
正解:
解説:
/etc/cups/ cups-files.conf
質問 # 80
VARIABLE という名前のシェル変数をサブシェルから見えるようにするコマンドはどれですか?
- A. 環境変数
- B. 変数をエクスポート
- C. $VARIABLE をエクスポート
- D. $VARIABLE を設定
- E. 変数を設定
正解:B
質問 # 81 
- A. Option A
- B. Option C
- C. Option B
- D. Option D
- E. Option E
正解:D
質問 # 82
次のうちどれchageコマンドが変更できないのですか?
- A. 1970年1月1日以降にパスワードが変更されるまでの日数。
- B. パスワードが期限切れになってからアカウントがロックされるまでの非アクティブな日数。
- C. パスワードが有効な最大日数。
- D. 1970年1月1日以降、ユーザーのアカウントにアクセスできなくなるまでの日数。
- E. パスワードが最後に変更されてから1970年1月1日までの日数。
正解:B
解説:
The chage command can change the following parameters related to user password expiry and aging:
The last password change date (-d or --lastday option)
The password expiry date (-E or --expiredate option)
The minimum number of days between password changes (-m or --mindays option) The maximum number of days during which a password is valid (-M or --maxdays option) The number of days of warning before password expires (-W or --warndays option) The chage command cannot change the number of days of inactivity after a password has expired before the account is locked. This parameter is controlled by the -I or --inactive option of the usermod command, which modifies the user account information. The chage command only displays the current value of this parameter, but does not allow changing it. Reference:
chage command in Linux with examples - GeeksforGeeks
10 chage command examples in Linux [Cheat Sheet] - GoLinuxCloud
How to Use the Chage Command in Linux - TecAdmin
How to Manage User Password Expiration and Aging in Linux - Tecmint
質問 # 83
dateコマンドで実行できるタスクは次のうちどれですか? (2つ選択してください。)
- A. 2つの日付間の期間を計算します。
- B. システムの日付を設定しますが、時刻は設定しません。
- C. システムの日付と時刻を設定します。
- D. 特定の形式で時間を表示します。
- E. 1か月または1年のカレンダーを印刷します。
正解:C、D
解説:
The date command is used to display or set the system's date and time. The date command has the following syntax:
date [options] [+format] [time]
The options can modify the behavior of the date command, such as setting the time zone, printing the date in RFC 3339 format, or updating the hardware clock. The +format argument can specify the output format of the date command, using various conversion specifiers that represent different components of the date and time, such as %Y for the year, %m for the month, %d for the day, %H for the hour, %M for the minute, and %S for the second. The time argument can set the system's date and time, using the format MMDDhhmm[[CC]YY][.ss], where MM is the month, DD is the day, hh is the hour, mm is the minute, CC is the century, YY is the year, and ss is the second.
Therefore, the date command can accomplish the following tasks:
A . Set the system's date and time. For example, to set the system's date and time to November 8, 2023, 18:30:00, the command would be:
date 110818302023.00
E . Display time in a specific format. For example, to display the current date and time in the format YYYY-MM-DD HH:MM:SS, the command would be:
date +%Y-%m-%d %H:%M:%S
The other options in the question are not correct for this task. The date command cannot set the system's date but not the time, as the time argument requires both the date and the time components. The date command cannot calculate the time span between two dates, as it can only display or set the current date and time. The date command cannot print a calendar for a month or a year, as that is the function of the cal command.
Reference:
LPI 102-500 Exam Objectives, Topic 105.1: Customize and use the shell environment LPI 102-500 Study Guide, Chapter 5: Customizing Shell Environments, Section 5.1: Working with the Shell date man page
質問 # 84
ユーザーが使用できるメモリ量を制限するために使用できるコマンドはどれですか。
- A. パスワード
- B. usermod
- C. umask
- D. 制限なし
- E. チャゲ
正解:D
質問 # 85
......
更新された2025年02月合格させる102-500日本語試験リアル練習テスト問題:https://www.passtest.jp/Lpi/102-500J-shiken.html