最新的Cisco LPIC-2 Exam 202, Part 2 of 2, version 4.5 (202-450日本語版) - 202-450日本語免費考試真題
特定のユーザー名だけがシステムにログインするのを許すように、sshd構成ファイルに関するどんな選択の自由が、sshdに指示します?
(何のないオプション名でも評価するONLYを指定してください。)
(何のないオプション名でも評価するONLYを指定してください。)
正確答案:
AllowUsers
Explanation:
The option in the sshd configuration file that instructs sshd to permit only specific user names to log in to a system is AllowUsers.
This option can be followed by a list of user name patterns, separated by spaces, that are allowed to log in.
For example:
AllowUsers alice bob
This will allow only alice and bob to log in via ssh. Any other user will be denied access. The AllowUsers option can also take the form USER@HOST to restrict logins to particular users from particular hosts. For example:
AllowUsers [email protected].* [email protected]
This will allow alice to log in from any host in the 192.168.1.0/24 network, and bob to log in from the host example.com. The AllowUsers option can be used in conjunction with the DenyUsers option, which does the opposite. The allow/deny directives are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups.
References:
sshd_config - OpenSSH SSH daemon configuration file
Allow Or Deny SSH Access To A Particular User Or Group In Linux - OSTechNix
Explanation:
The option in the sshd configuration file that instructs sshd to permit only specific user names to log in to a system is AllowUsers.
This option can be followed by a list of user name patterns, separated by spaces, that are allowed to log in.
For example:
AllowUsers alice bob
This will allow only alice and bob to log in via ssh. Any other user will be denied access. The AllowUsers option can also take the form USER@HOST to restrict logins to particular users from particular hosts. For example:
AllowUsers [email protected].* [email protected]
This will allow alice to log in from any host in the 192.168.1.0/24 network, and bob to log in from the host example.com. The AllowUsers option can be used in conjunction with the DenyUsers option, which does the opposite. The allow/deny directives are processed in the following order: DenyUsers, AllowUsers, DenyGroups, and finally AllowGroups.
References:
sshd_config - OpenSSH SSH daemon configuration file
Allow Or Deny SSH Access To A Particular User Or Group In Linux - OSTechNix
以下のうちどちらが、LDIFファイルからのこの抜粋について正しいですか?


正確答案: D
說明:(僅 Fast2test 成員可見)
次のnamed.confファイルの抜粋には、どのような単語が行方不明であるか?


正確答案: C
說明:(僅 Fast2test 成員可見)
以下のイカコンフィギュレーション抜粋文が与えられる:
cache_dir ufs /var/spool/squid3/ 1024 16 256
以下のディレクトリのうちのどれがディレクトリ/バール/スプール/squid3/に直接存在するか?( 2を選びなさい。)
cache_dir ufs /var/spool/squid3/ 1024 16 256
以下のディレクトリのうちのどれがディレクトリ/バール/スプール/squid3/に直接存在するか?( 2を選びなさい。)
正確答案: A,B
說明:(僅 Fast2test 成員可見)
以下のOpenVPN構成オプションのうちどちらが、前方へOpenVPNを更なる処理のためにOpenVPNサーバーを動かすLinuxホストに箱を渡す代わりに、それ自体VPNクライアントの間で箱をネットワーク化させますか?
正確答案: B
說明:(僅 Fast2test 成員可見)
どんなコマンドがNFCカーネル統計を表示するか?(ONLYを指定しなさい どのようなパスまたはパラメータなしのコマンドでも 。)
正確答案:
nfsstat
Explanation:
The command that displays NFS kernel statistics is nfsstat. This command can be used to show information about the number and type of NFS and RPC calls made by the NFS client or server. It can also be used to reset the statistics to zero, or to display information about mounted NFS file systems. The nfsstat command is part of the nfs-utils package and can be installed on most Linux distributions. For more information about the nfsstat command, you can refer to the following resources:
1: A Microsoft Learn article that explains the syntax and usage of the nfsstat command on Windows Server.
2: A Bing search result page that shows various links and snippets related to the nfsstat command.
3: A Red Hat article that demonstrates how to use the nfsstat and nfsiostat commands to troubleshoot NFS performance issues on Linux.
Explanation:
The command that displays NFS kernel statistics is nfsstat. This command can be used to show information about the number and type of NFS and RPC calls made by the NFS client or server. It can also be used to reset the statistics to zero, or to display information about mounted NFS file systems. The nfsstat command is part of the nfs-utils package and can be installed on most Linux distributions. For more information about the nfsstat command, you can refer to the following resources:
1: A Microsoft Learn article that explains the syntax and usage of the nfsstat command on Windows Server.
2: A Bing search result page that shows various links and snippets related to the nfsstat command.
3: A Red Hat article that demonstrates how to use the nfsstat and nfsiostat commands to troubleshoot NFS performance issues on Linux.
パスワードベースのログインを完全に無効にするには、次の sshd 構成のうちどれを no に設定する必要がありますか?
(2つお選びください。)
(2つお選びください。)
正確答案: B,D
說明:(僅 Fast2test 成員可見)