Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Cisco LPIC-2 Exam 202, Part 2 of 2, version 4.5 (202-450日本語版) (202-450日本語) Free Practice Test

Question 1
ふるいコアフィルタで以下の行動のうちのどれが入手可能であるか?( 3を選びなさい。)

Correct Answer: A,D,E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
ログファイルが蓄えられる所でアパッチ族の言語HTTPDサーバーのどんなコンフィギュレーション指令が定義するか?
(どのような他のオプションなしで指令のうちのONEを指定しなさい。)
Correct Answer:
ErrorLog
Explanation:
The ErrorLog directive of the Apache HTTPD server defines the location and name of the file where the server will log any errors it encounters. The default value of this directive is logs/error_log, which means that the error log file will be stored in the logs subdirectory of the server root directory. The ErrorLog directive can also accept a filename relative to the server root, an absolute filename, or a pipe to a program that will handle the logging. For example, ErrorLog logs/my_error_log will store the error log file in the logs subdirectory with the name my_error_log, ErrorLog /var/log/httpd/error_log will store the error log file in the /var/log/httpd directory with the name error_log, and ErrorLog "|bin/rotatelogs logs/error_log 86400" will pipe the error log to the rotatelogs program that will rotate the log file every 86400 seconds. References: Log Files - Apache HTTP Server Version 2.4, Directive Quick Reference - Apache HTTP Server Version 2.4, How do I find Apache http server log files? - Code A Site Blog, mod_log_config - Apache HTTP Server Version 2.2
Question 3
次のnamed.confファイルの抜粋には、どのような単語が行方不明であるか?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 4
ある企業が新しいDNSドメイン名に移行し、Postfixサーバー上のすべてのユーザーの両方のドメインの電子メールを受け入れることを望んでいます。
これを遂行するために、どの構成オプションを更新するべきである?

Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
Windows上でPoint'n'Printドライバを配置できるようにするには、どれCIFS共有でプリンタドライバを配置する必要がありますか?

Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 6
どんなコマンドがSSHキーペアを作成するか?(ONLYを指定しなさい どのようなパスまたはパラメータなしのコマンドでも )
Correct Answer:
ssh-keygen
Explanation:
The command that creates a SSH key pair is ssh-keygen. This command generates a public and a private key file that can be used for SSH authentication. The command can take various options to specify the algorithm, the file name, the passphrase, and other parameters for the key pair. For more information, see the web search results below or the man page of ssh-keygen.
How to Use ssh-keygen to Generate a New SSH Key?
Question 7
主要な意図ならば使われなければならない下記がセットアップにあるSambaオプションを選びますゲストとしてのプリンター・サービス?

Correct Answer: D
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 8
Nginxで、以下の指令のうちどちらが、FastCGIアプリケーションに代理要請に使われますか?

Correct Answer: E
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).