組織の新しいサイバーセキュリティ ポリシーに基づいて、管理者は、作成されるすべての新しいユーザーとグループがデフォルトで以下の指定された値の範囲内にあることを確認するように指示されています。

次のどの構成ファイルに必要な変更を加える必要がありますか?
正解:A
The required changes need to be made to the /etc/login.defs configuration file. The /etc/login.defs file defines the default values for user and group IDs, passwords, shells, and other parameters for user and group creation. The file contains the directives UID_MIN, UID_MAX, GID_MIN, and GID_MAX, which set the minimum and maximum values for automatic user and group ID selection. The administrator can edit this file and change the values to match the organization's new cybersecurity policies.