[2025年03月] 無料お試しLpi 102-500日本語問題集PDFは必ずベストの問題集オプションを使おう
102-500日本語試験資料Lpi学習ガイド
質問 # 59
有効な IPv6 アドレスは次のうちどれですか?
- A. 2001%db8%9990%%1
- B. 2001:db8:0g21::1
- C. 2001.db8.819f..1
- D. 2001:db8:3241::1
- E. 2001::db8:4581::1
正解:D
質問 # 60
ホスト検索で/ etc / hostsファイルを参照するためには、Name Service Switch構成ファイルのhostsオプションにどのキーワードをリストする必要がありますか。
正解:
解説:
files
Explanation:
The keyword files must be listed in the hosts option of the Name Service Switch configuration file in order to make host lookups consult the /etc/hosts file. The files service specifies that the local files, such as /etc/hosts, should be used as a source of information. The order of the services on the line determines the order in which those services will be queried, in turn, until a result is found. For example, if the hosts option is set to:
hosts: files dns
then the /etc/hosts file will be searched first, and if no match is found, the DNS server will be queried next. If the hosts option is set to:
hosts: dns files
then the DNS server will be queried first, and if no match is found, the /etc/hosts file will be searched next. References:
* 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
* nsswitch.conf: Name Service Switch configuration file
質問 # 61
ディストリビューションのメカニズムを使用してネットワーク インターフェイスを構成する Linux システム上の NetworkManager について正しいのはどれですか? (2つ選んでください。)
- A. デフォルトでは、NetworkManager はすでに構成されているインターフェースを変更しません。
- B. NetworkManager は、管理するインターフェイスごとに明示的に有効にする必要があります。
- C. NetworkManager は、NetworkManager によって構成されていないすべてのインターフェースを無効にします。
- D. NetworkManager によって特に管理されていない限り、NetworkManager は DHCP を使用するようにすべてのネットワーク インターフェイスを再構成します。
- E. NetworkManager は、ディストリビューションのネットワーク インターフェイス構成を使用するように構成できます。
正解:A、B
質問 # 62
/ etc / passwdのパスワードフィールドのどの文字が、暗号化されたパスワードが/ etc / shadowに保存されていることを示すために使用されていますか?
- A. *
- B. x
- C. -
- D. s
正解:B
質問 # 63 
正解:
解説:
質問 # 64
次の状況のうち、NTP クライアントによって監視および修正されるのはどれですか?
- A. 物理的な場所とタイムゾーンの構成。
- B. システム クロックと基準クロックの間の時間のずれ。
- C. サマータイムをサポートするために必要な調整。
- D. 現在のコンピューターの場所のタイム ゾーンの変更。
- E. システム クロックとコンピュータのハードウェア クロックとの間の時間のずれ。
正解:B
質問 # 65
コマンド sendmail に関して正しいのはどれですか?
- A. sendmail MTA がインストールされている場合にのみ使用できます。
- B. どの MTA でも、cron デーモンによって sendmail コマンドを定期的に実行する必要があります。
- C. Postfix や Exim を含むすべての MTA は、sendmail コマンドを提供します。
- D. sendmail コマンドは、メールが正常に送信された MTA キューの履歴を出力します。
正解:C
解説:
The sendmail command is a generic interface to various mail transfer agents (MTAs), such as Sendmail, Postfix, Exim, Qmail, etc. The sendmail command is used to send emails from the command line or from other programs that need to deliver emails. The sendmail command accepts various flags and parameters to specify the sender, recipient, subject, body, and attachments of the email. The sendmail command also reads the standard input for the email content if no file is specified. The sendmail command is part of the sendmail package, which is the original and most widely used MTA for Unix-like systems. However, other MTAs, such as Postfix and Exim, also provide a sendmail command for compatibility reasons. The sendmail command provided by these MTAs may have slightly different syntax and options, but they all support the basic functionality of sending emails. Therefore, the statement that all MTAs, including Postfix and Exim, provide a sendmail command is true123.
The other statements are false. The sendmail command does not need to be run periodically by the cron daemon, as it is not a daemon itself, but a command-line tool. The sendmail command does not print the MTA's queue history, but rather sends the email to the MTA for delivery. The sendmail command is not only available when the sendmail MTA is installed, but also when other MTAs that provide a sendmail command are installed. References: 1: Linux Sendmail Command Help and Examples - Computer Hope 2: Send Email in Linux from Command Line | DigitalOcean 3: 5 Ways To Send Email from Linux Command Line - TecAdmin
質問 # 66
次のユーザーの crontab エントリがあるとします。
15 14 * * 1-5 /usr/local/bin/example.sh
スクリプト /usr/local/bin/example.sh はいつ実行されますか?
- A. 月曜から金曜の現地時間 14:15
- B. 現地時間の 15:14、月の 1 日から 5 日。
- C. 1 月から 5 月までの現地時間 14:15。
- D. 2 月から 6 月までの現地時間 14:15。
- E. 現地時間の 1 日から 5 日の 14:15。
正解:A
質問 # 67
プリンターの設定が含まれている CUPS 構成ディレクトリー内のファイルはどれですか?
- A. cupsd.conf
- B. cups-devices.conf
- C. printcap.conf
- D. snmp.conf
- E. printers.conf
正解:E
質問 # 68
systemd に含まれるコマンドのうち、時間やユニット名などの基準による systemd ジャーナルからのメッセージの選択をサポートしているのはどれですか? (パスやパラメータを指定せずにコマンドのみを指定します。)
正解:
解説:
journalctl
質問 # 69
デフォルトでは、useraddコマンドに-mオプションを渡してアカウントを作成したときに、どのディレクトリの内容が新しいユーザーのホームディレクトリにコピーされますか。 (ディレクトリへのフルパスを指定してください。)
正解:
解説:
/etc/skel
Explanation:
The /etc/skel directory contains files and directories that are used as a template for creating a new user's home directory. The useradd command uses the -m (or --create-home) option to create the user home directory as
/home/username and copy the files from /etc/skel to it. The files in /etc/skel are typically initialization files such as .bashrc, .profile, and .bash_logout that set the user's environment variables, aliases, and other preferences. The system administrator can customize the /etc/skel directory to provide a consistent and convenient initial setup for new users. References:
https://www.howtouselinux.com/post/create-new-user-with-home-directory-in-linux
https://linuxize.com/post/how-to-create-users-in-linux-using-the-useradd-command/
質問 # 70
dig コマンドの目的は何ですか?
- A. DNS サーバーにクエリを実行するためのツールとして使用できます。
- B. 現在のサブネット上のすべての既知のホストを ping するために使用できます。
- C. システムで開いているポートを探すために使用できます。
- D. インデックス化されたファイル コンテンツの検索に使用できます。
正解:A
質問 # 71 
- A. SMTPd
- B. Procmail
- C. Sendmail
- D. Exim
- E. Postfix
正解:C、D、E
質問 # 72
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. References:https://study-ccna.com/ipv6-interface-identifier/
https://networklessons.com/ipv6/ipv6-eui-64-explained
質問 # 73
ユーザーのパスワードの最後の変更のデータが含まれているファイルはどれですか?
- A. /etc/gshadow
- B. /var/log/shadow
- C. /etc/passwd
- D. /etc/pwdlog
- E. /etc/shadow
正解:E
質問 # 74
空欄を埋めてください
________ コマンドは、システムにグループを追加するために使用されます。
正解:
解説:
groupaddusrsbingroupadd
Explanation:
The groupadd command creates a new group using the options specified on the command line and the default values from the /etc/login.defs file. It adds an entry for the new group to the /etc/group and /etc/gshadow files. Only the root user or a user with sudo privileges can create new groups using this command. The general syntax for the groupadd command is as follows:
groupadd [OPTIONS] GROUPNAME
Some of the common options for the groupadd command are:
-g, --gid GID: Specify the numeric group ID for the new group. If not given, the system will assign the next available GID from the range of group IDs specified in the login.defs file.
-r, --system: Create a system group with a GID chosen from the range of system group IDs specified in the login.defs file. System groups are usually used for some special system operation purposes, like creating backups or doing system maintenance.
-f, --force: Suppress the error message if the group already exists and exit successfully. This option is useful for scripts that need to ensure the existence of a group.
-K, --key KEY=VALUE: Override the default values from the /etc/login.defs file. The valid keys are GROUP_MIN_ID, GROUP_MAX_ID, SYS_GROUP_MIN_ID, SYS_GROUP_MAX_ID, and GID_INCREMENT.
Reference:
https://linuxize.com/post/how-to-create-groups-in-linux/
https://linuxhandbook.com/groupadd-command/
質問 # 75
次のコマンドのうち、アクティブなすべてのsystemdタイマーを表示するのはどれですか?
- A. systemctl -t
- B. timeq
- C. systemctl-timer show
- D. systemctl list-timers
- E. timectl list
正解:D
解説:
The command systemctl list-timers shows all active systemd timers, which are units that can be used to schedule the execution of other units at specific times or after certain intervals. The output of the command includes the following columns:
NEXT: The next time the timer will trigger.
LEFT: The time left until the next trigger.
LAST: The last time the timer triggered.
PASSED: The time passed since the last trigger.
UNIT: The name of the timer unit.
ACTIVATES: The name of the unit that is activated by the timer.
For example, the following output shows two active timers: apt-daily.timer and apt-daily-upgrade.timer, which are used to perform automatic updates on Debian-based systems.
NEXT LEFT LAST PASSED UNIT ACTIVATES Mon 2021-11-15 06:00:00 UTC 9h left Sun 2021-11-14 06:00:01 UTC 20h ago apt-daily.timer apt-daily.service Mon 2021-11-15 06:23:51 UTC 9h left Sun 2021-11-14 06:23:51 UTC 20h ago apt-daily-upgrade.timer apt-daily-upgrade.service 2 timers listed.
The other commands in the options are either invalid or unrelated to systemd timers:
systemctl-timer show is not a valid command. To show the details of a specific timer unit, the command systemctl show unit.timer can be used, where unit is the name of the unit that is activated by the timer.
timectl list is not a valid command. To list the available time zones, the command timedatectl list-timezones can be used. To list the current time and date settings, the command timedatectl can be used without any arguments.
systemctl -t is not a complete command. To list all units of a specific type, the command systemctl -t type can be used, where type is the name of the unit type, such as service, timer, socket, etc.
timeq is not a valid command. It may be confused with the time command, which measures the time taken by a command or program to execute.
Reference:
LPIC-1 Exam 102 Objectives, Topic 107: Administrative Tasks, Subtopic 107.2: Automate system administration tasks by scheduling jobs, Weight: 4, Key Knowledge Areas: Use cron and systemd timers to run jobs at regular intervals and to use anacron to manage system cron jobs. Objective: Use systemd timers to run jobs at regular intervals and to use anacron to manage system cron jobs.
LPIC-1 Exam 102 Learning Materials, Topic 107: Administrative Tasks, Subtopic 107.2: Automate system administration tasks by scheduling jobs, Section 107.2.3: systemd timers, Page 21-22.
質問 # 76
空白を埋める
X11クライアントが接続先のXサーバーを決定するために使用する環境変数はどれですか?
(前にコマンドや値を指定せずに、変数名のみを指定します。)
正解:
解説:
DISPLAY
質問 # 77
......
有効な問題最新版を試そう102-500日本語テスト解釈102-500日本語有効な試験ガイド:https://jp.fast2test.com/102-500J-premium-file.html