管理者は、会社のサーバーにある DATA という共有フォルダーへの変更権限を Ann に付与しました。他のユーザーには、このフォルダー内のファイルへの読み取りアクセスが必要です。現在の構成は次のとおりです。
管理者は、Ann がネットワークを使用して DATA フォルダに何も書き込めないと判断しました。Ann の権限を正しく設定し、必要最小限の権限のみを公開するためのベスト プラクティスは次のどれですか。
正解:D
Option D is the best practice to set up Ann's permissions correctly, exposing only the minimum rights required. Option D shows that the share permissions on the DATA folder grant Ann Change access, which allows her to read, write, and delete files in the shared folder. The file permissions grant Ann Modify access, which allows her to read, write, execute, and delete files in the folder. This combination of permissions gives Ann the ability to write anything to the DATA folder using the network, as well as to modify and delete existing files. This meets the requirement of giving Ann modify permissions to the shared folder.