最新的Lpi LPIC-1 Exam 101, Part 1 of 2, version 5.0 (101-500日本語版) - 101-500日本語免費考試真題
問題1
次のコマンドのうち、連続するすべてのスペースを1つのスペースに減らすものはどれですか?
正確答案: D
說明:(僅 VCESoft 成員可見)
問題2
コマンドラインにカーネルリングバッファーの内容を表示するコマンドはどれですか?
(オプションやパス情報なしでコマンド名のみを提供します)
(オプションやパス情報なしでコマンド名のみを提供します)
正確答案:
dmesg,
Explanation:
The command that displays the contents of the Kernel Ring Buffer on the command line is dmesg12. The dmesg command is a Linux utility that displays kernel-related messages retrieved from the kernel ring buffer12. The ring buffer stores information about hardware, device driver initialization, and messages from kernel modules that take place during system startup12. The dmesg command is invaluable when troubleshooting hardware-related errors, warnings, and for diagnosing device failure2.
The dmesg command can be used with various options to control the output format, filter the messages by facility or level, clear the ring buffer, or follow the new messages in real time123. For example, the following command displays the last 10 messages from the kernel ring buffer:
$ dmesg | tail -10
The following command displays the messages from the kernel ring buffer in a human-readable format with colored output:
$ dmesg -H --color
The following command displays the messages from the kernel ring buffer that have the facility kern and the level emerg:
$ dmesg -f kern -l emerg
The following command clears the ring buffer:
$ dmesg --clear
The following command keeps dmesg running and waiting for new messages:
$ dmesg -w
:
1: dmesg Linux Command {Syntax, Options and Examples} - phoenixNAP 2: Ubuntu Manpage: dmesg - print or control the kernel ring buffer 3: Display Recent Kernel Messages (console, kernel ring buffer, facilities)
Explanation:
The command that displays the contents of the Kernel Ring Buffer on the command line is dmesg12. The dmesg command is a Linux utility that displays kernel-related messages retrieved from the kernel ring buffer12. The ring buffer stores information about hardware, device driver initialization, and messages from kernel modules that take place during system startup12. The dmesg command is invaluable when troubleshooting hardware-related errors, warnings, and for diagnosing device failure2.
The dmesg command can be used with various options to control the output format, filter the messages by facility or level, clear the ring buffer, or follow the new messages in real time123. For example, the following command displays the last 10 messages from the kernel ring buffer:
$ dmesg | tail -10
The following command displays the messages from the kernel ring buffer in a human-readable format with colored output:
$ dmesg -H --color
The following command displays the messages from the kernel ring buffer that have the facility kern and the level emerg:
$ dmesg -f kern -l emerg
The following command clears the ring buffer:
$ dmesg --clear
The following command keeps dmesg running and waiting for new messages:
$ dmesg -w
:
1: dmesg Linux Command {Syntax, Options and Examples} - phoenixNAP 2: Ubuntu Manpage: dmesg - print or control the kernel ring buffer 3: Display Recent Kernel Messages (console, kernel ring buffer, facilities)
問題3
/ etc / fstabにリストされておらず、システムに認識されていないファイルシステムが手動でマウントされている場合、次のうちどれが当てはまりますか?
正確答案: E
說明:(僅 VCESoft 成員可見)
問題4
viエディターのモードは次のうちどれですか? (2つ選択してください。)
正確答案: A,B
說明:(僅 VCESoft 成員可見)
問題5
ブロックデバイス名のみで追加パラメータなしで実行された場合、mkfsによって作成されるファイルシステムのタイプは何ですか?
正確答案: D
說明:(僅 VCESoft 成員可見)
問題6
切断コマンドの制限は次のうちどれですか?
正確答案: B
說明:(僅 VCESoft 成員可見)
問題7
次のルーティング テーブルがあるとします。

宛先 192 168 2 150 への送信パケットはどのように処理されるでしょうか?

宛先 192 168 2 150 への送信パケットはどのように処理されるでしょうか?
正確答案: A
問題8
次のコマンドのうち、次の出力を生成するのはどれですか?


正確答案: B
說明:(僅 VCESoft 成員可見)
問題9
ファイル/tmp/myfile.txtの変更タイムスタンプを更新しないコマンドはどれですか?
正確答案: D
說明:(僅 VCESoft 成員可見)
問題10
ログイン試行に使用される秘密鍵の場所を指定する ssh コマンドのパラメータはどれですか?
(値やパラメータを指定せずにオプション名のみを指定します)
(値やパラメータを指定せずにオプション名のみを指定します)
正確答案:
ssh-key
問題11
次のコマンドについて正しいのは何ですか?
Nmcli デバイスの Wi-Fi 接続 WIFIoI
Nmcli デバイスの Wi-Fi 接続 WIFIoI
正確答案: E
問題12
コマンドについて:
nice -5 / usr / bin / prog
次のうち正しいものはどれですか?
nice -5 / usr / bin / prog
次のうち正しいものはどれですか?
正確答案: B
說明:(僅 VCESoft 成員可見)
問題13
次のコマンドのうち、システムのタイムゾーンをカナダ東部時間に設定するものはどれですか?
正確答案: C
問題14
次のapt-getサブコマンドのうち、現在インストールされているすべてのパッケージの最新バージョンをインストールするのはどれですか?
正確答案: D
說明:(僅 VCESoft 成員可見)
問題15
EFIシステムパーティションには何が含まれていますか?
正確答案: C
說明:(僅 VCESoft 成員可見)

