Lpi LPIC-1 Exam 102, Part 2 of 2, version 5.0 (102-500日本語版) - 102-500日本語 FREE EXAM DUMPS QUESTIONS & ANSWERS

Xは問題なく動作していますが、正しい色数が設定されていない可能性があります。 Xでどのようなコマンドでランニングカラーの深さを確認できますか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
次のコマンドについては何ですか?
Nmcliデバイスwifi接続WIFIo1
Correct Answer: C Vote an answer
Xのスティッキーキー機能の目的は何ですか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
xinetdサービスの設定ファイルはどのディレクトリに保存されますか?(ディレクトリへのフルパスを指定します)
Correct Answer:
tcxinetdd
ローカル システムのホスト名を設定するために使用されるコマンドはどれですか? (パスやパラメータを指定せずにコマンドのみを指定します。)
Correct Answer:
hostname
Explanation:
The hostname command is used to set the hostname of the local system. The hostname command can take a single argument, which is the new hostname to be assigned to the system. For example, to set the hostname to linux, one can run:
hostname linux
The hostname command can also be used without any arguments to display the current hostname of the system. For example, to show the current hostname, one can run:
hostname
The hostname command only changes the hostname temporarily, meaning that the original hostname will be restored after a reboot. To change the hostname permanently, one has to edit the configuration files that store the hostname information, such as /etc/hostname, /etc/hosts, /etc/sysconfig/network, etc. The exact files and commands may vary depending on the Linux distribution and the system initialization process. For more details, please refer to the web search results1 or the question answering results2. Reference:
コマンドseq 10はどのような出力を生成しますか?
Correct Answer: B Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
プログラムがクラッシュしたときにユーザー用に作成されるコア ファイルのサイズに制限を設定するために使用されるコマンドはどれですか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
IPv4サブネット192.168.2.128/26内の一意のホストに使用できるIPアドレスはいくつですか?
Correct Answer: E Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
特定のユーザーがatを使ってタスクをスケジュールできないようにするには、管理者は何をすべきですか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
script./myscriptのみを実行するために、既存の環境変数FOOBARをどのように抑制することができますか?
Correct Answer: C Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
次のうちどれがNTPクライアントによって観察され修正されますか?
Correct Answer: D Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
システムの構成に応じて、次のファイルのうち、このホストで実行されているネットワーク サービスを有効または無効にするために使用できるのはどれですか?
Correct Answer: A Vote an answer
Explanation: Only visible for FreeCram members. You can sign-up / login (it's free).
どのコマンドが、そのオプションに応じて、開いているネットワーク接続、ルーティングテーブル、およびネットワークインターフェイスの統計情報を表示できます。 (パスまたはパラメーターを指定せずにコマンドのみを指定してください。)
Correct Answer:
etstatbinnetstatssusrbinss
Explanation:
The netstat command, meaning network statistics, is a command-line utility in the Linux system to display network configuration and activity, including network connections, routing tables, interface statistics, masquerade connections, and multicast memberships1. The netstat command can display different types of network data depending on the command line option selected. Some of the common options are:
-a: This option displays active TCP connections, TCP connections with the listening state, as well as UDP ports that are being listened to.
-r: This option displays the routing table information, which is a list of rules that determine where the packets are sent.
-i: This option displays the network interface information, such as the name, MTU, RX-OK, TX-OK, etc.
-s: This option displays the network statistics by protocol, such as TCP, UDP, ICMP, IP, etc.
For example, to display the open network connections, one can run:
netstat -a
To display the routing table, one can run:
netstat -r
To display the network interface statistics, one can run:
netstat -i
To display the network statistics by protocol, one can run:
netstat -s
For more details and examples, please refer to the web search results1 or the question answering results2. Reference:
https://netref.soe.ucsc.edu/node/7
https://bing.com/search?q=command+to+display+network+connections%2c+routing+tables%2c+and+interface+statistics
次の環境変数のうち、locale.conf で定義できるものはどれですか? (正しい回答を 2 つ選択してください。)
Correct Answer: C,E Vote an answer
0
0
0
10