[2024年10月13日]102-500日本語試験問題集で100%合格率102-500日本語試験!
試験問題集リアルLPIC Level1問題集196解答を試そう!
質問 # 16
TCPポート23に関して本当ですか。
- A. ポート23は、安全なログインを提供するSSHサービス用のよく知られたポートです。
- B. ポート23はrloginサービス用のよく知られたポートで、デフォルトではSSLで保護されています。
- C. ポート23はtelnetサービスのためのよく知られたポートです。これはもう使用されるべきではないプレーンテキストプロトコルです。
- D. ポート23は、ユーザーが自分のログインシェルでstarttlsコマンドを実行したときに暗号化されるシステムログインサービス用のよく知られたポートです。
正解:C
解説:
Port 23 is the well known port for the telnet service, which is a remote connection tool similar to SSH, but without the security of SSH. It uses a client/server model - a telnet client connects to a telnet server using TCP port 23. Due to lack of security, usage of telnet is discouraged in most situations, and firewalls routinely block port 23 to prevent incoming telnet connections. Port 23 is part of the topic 109.1: Fundamentals of internet protocols, which is one of the objectives of the LPI Linux Administrator - 102 exam12. References: 1:
https://learning.lpi.org/en/learning-materials/102-500/ 2:
https://www.lpi.org/our-certifications/exam-102-objectives/
質問 # 17
Xorg X11サーバー用の設定ファイルのデフォルト名は何ですか? (ファイル名はパスなしでのみ指定してください。)
正解:
解説:
xorg.conf
質問 # 18
systemd-journald に関する次の記述のうち、正しいものはどれですか? (3つ選んでください。)
- A. kern、user、auth などの syslog 機能をサポートします。
- B. syslog とは互換性がなく、通常の syslog を使用しているシステムにはインストールできません。
- C. さらに処理するために、ログ メッセージを syslog に渡すことができます。
- D. 各メッセージの _UID や _PID などのメタデータを保持します。
- E. systemd のメッセージのみを処理し、他のツールのメッセージは処理しません。
正解:A、C、D
質問 # 19
次のルーティング テーブルがあるとします。
宛先 192.168.2.150 への発信パケットはどのように処理されますか?
- A. デバイス eth0 で直接送信されます。
- B. eth0 のデフォルト ルーター 255.255.255.0 に渡されます。
- C. デバイス wlan0 で直接送信されます。
- D. wlan0 のデフォルト ルーター 192.168.178.1 に渡されます。
- E. eth0 のルーター 192.168.1.1 に渡されます。
正解:E
質問 # 20
ユーザー固有のcrontabはどこに保存されていますか?
- A. / var / spool / cron内の個々のユーザーごとのファイルとして。
- B. ユーザーのホームディレクトリの.crontabファイルにあります。
- C. /etc/cron.user.d内の個々のユーザーごとのファイルとして。
- D. データベースファイル/etc/crontab.db。これはすべてのユーザーによって共有されています。
- E. すべてのユーザーによって共有されるファイル/ var / cron / user-crontab。
正解:A
解説:
The user-specific crontab files are stored in the /var/spool/cron/crontabs directory, where each file is named after the username of the owner. These files are not meant to be edited directly, but rather through the crontab command. The other options are either incorrect or non-existent locations for user crontab files. References:
* Where is the user crontab stored?
* crontab running as a specific user
* Location of the crontab file
* Where is the User Crontab Stored?
質問 # 21
systemdタイマーユニットに関して当てはまるのは、次のうちどれですか?
- A. タイマーユニットはシステムスコープにのみ存在し、ユーザーは使用できません。
- B. タイマーユニットは、サービスユニットのファイル内でのみ定義できます。
- C. 各systemdタイマーユニットは、特定のsystemdサービスユニットを制御します。
- D. タイマーによって実行されるコマンドは、タイマーユニットの[Cmd]セクションで指定されます。
- E. 専用のシステムサービスsystemd-cronは、タイマーユニットの実行を処理します。
正解:C
質問 # 22
次のコマンドのどれがシェル変数mydateにコマンドの日付の出力を入れますか?
- A. mydate = "date"
- B. mydate = "$ {date}"
- C. mydate = "$((date))"
- D. mydate = "実行日"
- E. mydate = "$(date)"
正解:E
質問 # 23
空白を埋める
X11クライアントが接続先のXサーバーを決定するために使用する環境変数はどれですか?
(前にコマンドや値を指定せずに、変数名のみを指定します。)
正解:
解説:
DISPLAY
質問 # 24
次のうちどれifconfigコマンドを使用した結果として発生する可能性がありますか? (3つの正しい答えを選んでください。)
- A. IPアドレスが変わる可能性があります。
- B. ネットワークインタフェースがアクティブまたは非アクティブになる可能性があります。
- C. ルーティングテーブルが変わる可能性があります。
- D. リゾルバ設定に新しいネームサーバを追加することができます。
- E. システムのホスト名が変わる可能性があります。
正解:A、B、C
質問 # 25 
正解:
解説:
/etc/at.deny
質問 # 26
空白を埋める
cron スケジューリング システムの使用が許可されているすべてのユーザーを含む必要があるファイルはどれですか?
(パスを含むファイルの完全な名前を指定します。)
正解:
解説:
crontab
質問 # 27 
正解:
解説:
/ usr / share / zoneinfo /
質問 # 28
システムによって生成されたすべてのsyslogメッセージをコンソール12に表示するために、syslog.confファイルにどのようなエントリを追加できますか?
- A. mail。* / dev / tty12
- B. syslog tty12
- C. *。* / dev / tty12
- D. | / dev / tty12
- E. / var / log / messages | / 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]
質問 # 29
デバイスをマウント解除しようとすると、ビジーであると報告されます。どのプロセスがこれを引き起こしているかを判断するために使用できる以下のコマンドのどれ?
- A. strace
- B. traceroute
- C. lsof
- D. nessus
- E. debug
正解:C
解説:
The lsof command stands for list open files, and it can be used to show which processes have opened files on a device or mount point. This can help to identify which process is causing a device to be busy and prevent it from being unmounted. The syntax of the lsof command is:
lsof [options] [file|directory|device]
For example, to list the processes that have opened files on the /dev/sda1 device, the command would be:
lsof /dev/sda1
The output of the lsof command will show the process ID (PID), the user name, the command name, the file descriptor, the file type, the device number, the file size, the node number, and the file name for each open file.
The file descriptor column can indicate the mode of access, such as r for read, w for write, u for read and write, and - for unknown.
The other options in the question are not relevant for this task. The debug command is used to examine and modify the memory of a running process. The nessus command is used to launch the Nessus vulnerability scanner. The strace command is used to trace system calls and signals of a process. The traceroute command is used to display the route and measure the transit delays of packets across a network.
References:
* LPI 102-500 Exam Objectives, Topic 104.3: Manage file permissions and ownership
* LPI 102-500 Study Guide, Chapter 4: Devices, Linux Filesystems, Filesystem Hierarchy Standard, Section 4.3: Mounting and Unmounting Filesystems
* lsof man page
質問 # 30 
- A. Option B
- B. Option E
- C. Option A
- D. Option C
- E. Option D
正解:C
質問 # 31
100未満のLinux UIDの従来の目的は何ですか?
- A. スーパーユーザーアカウント用に予約されています。
- B. ユーザーをグループ化する際にGIDと一致させるために使用されます。
- C. これらはエクスプロイトの対象であるため、0以外は使用されていません。
- D. システムアカウント用に予約されています。
- E. システム管理者アカウント用に予約されています。
正解:D
質問 # 32 
- A. Option A
- B. Option B
- C. Option C
- D. Option D
正解:B、D
質問 # 33
......
あなたを余裕で102-500日本語試験合格させます!100%高合格率保証:https://jp.fast2test.com/102-500J-premium-file.html