202-450日本語試験無料問題集「Cisco LPIC-2 Exam 202, Part 2 of 2, version 4.5 (202-450日本語版) 認定」
NFSv4 経由で /usr および /bin をエクスポートするために、/exports が作成され、/usr および /bin への有効なバインド マウントが含まれています。
/置き場。次の行が NFC サーバーの /etc/exports に追加されます。

走った後
説明
マウント-tnfsv4 サーバー://mnt
NFC クライアントの /mnt には、NFSv4 フット フォルダーのコンテンツではなく、サーバーの /usr ディレクトリのコンテンツが含まれていることがわかります。
最上位レベルのサーバーをマウントするときに NFSv4 ルート フォルダーが表示されるようにするには、/etc/exports のどのオプションを変更または削除する必要がありますか? (値やパラメータを指定せずにオプション名のみを指定します。)
/置き場。次の行が NFC サーバーの /etc/exports に追加されます。

走った後
説明
マウント-tnfsv4 サーバー://mnt
NFC クライアントの /mnt には、NFSv4 フット フォルダーのコンテンツではなく、サーバーの /usr ディレクトリのコンテンツが含まれていることがわかります。
最上位レベルのサーバーをマウントするときに NFSv4 ルート フォルダーが表示されるようにするには、/etc/exports のどのオプションを変更または削除する必要がありますか? (値やパラメータを指定せずにオプション名のみを指定します。)
正解:
fsid
The fsid option in /etc/exports is used to specify a unique identifier for each exported filesystem.
For NFSv4, there is a distinguished filesystem which is the root of all exported filesystems, and it is specified with fsid=root or fsid=0, both of which mean the same thing. If this option is used for the /exports directory, then it will be the root of the NFSv4 hierarchy, and any subdirectories under it will be mounted relative to it. This means that when mounting the highest level of the server, the client will see the content of /exports instead of the NFSv4 root folder. To avoid this, the fsid option should be removed or changed to a different value for the /exports directory, so that it is not the NFSv4 root. The other options in /etc/exports are not relevant for this question.
The fsid option in /etc/exports is used to specify a unique identifier for each exported filesystem.
For NFSv4, there is a distinguished filesystem which is the root of all exported filesystems, and it is specified with fsid=root or fsid=0, both of which mean the same thing. If this option is used for the /exports directory, then it will be the root of the NFSv4 hierarchy, and any subdirectories under it will be mounted relative to it. This means that when mounting the highest level of the server, the client will see the content of /exports instead of the NFSv4 root folder. To avoid this, the fsid option should be removed or changed to a different value for the /exports directory, so that it is not the NFSv4 root. The other options in /etc/exports are not relevant for this question.
LDAPのオブジェクトのどの態度が、どの他の属性がオブジェクトに課されうるかを定義するか?
(ONLYを指定しますどんなパラメータのない命令でも。)
(ONLYを指定しますどんなパラメータのない命令でも。)
正解:
objectClass
Explanation:
The objectClass attribute of an LDAP object defines which other attributes can be set for the object.
The objectClass attribute is a multi-valued attribute that specifies one or more object classes that the object belongs to. Each object class has a schema that defines the mandatory and optional attributes that the object can have.
The objectClass attribute is required for every LDAP object and determines the nature and characteristics of the object. References:
Understanding the LDAP Protocol, Data Hierarchy, and Entry Components
LDAP Object Classes
Explanation:
The objectClass attribute of an LDAP object defines which other attributes can be set for the object.
The objectClass attribute is a multi-valued attribute that specifies one or more object classes that the object belongs to. Each object class has a schema that defines the mandatory and optional attributes that the object can have.
The objectClass attribute is required for every LDAP object and determines the nature and characteristics of the object. References:
Understanding the LDAP Protocol, Data Hierarchy, and Entry Components
LDAP Object Classes