I have a MS guide question that isn't making sense
You are your company's network administrator. Your company's network consists of a single Active Directory domain. All
servers run Windows Server 2003. A server named ABC1 is configured as a terminal server. Users connect to it over Remote Desktop connections in order to run applications. On ABC1, you create a folder named Data in which users will store their files. Data inherits its NTFS permissions from the default NTFS permissions for the root of the volume. You must enable users to create subfolders and files in Data, and to change and delete their respective subfolders and files.
1) Do nothing: as the users already have the necessary perms
2) Give the users the Allow Modify for the Data folder
3) Share the Data folder
4) Give the Allow Change share perm
My question is
It says it's (1)...but how. If its default NTFS perms, how can they add and delete folders and files
c:\%SystemRoot% would be like c:\Windows or C:\WinNT.
In your question, it says "Data inherits its NTFS permissions from the default NTFS permissions for the root of the volume." Root of the volume meaning just plain C:\. So the "C:\Data" folder is inheriting from "C:\ (root volume)".
When you create the "Data" Folder, the following security permissions are set:
ABC1\Users:
Travers Folder/Execute File
List Folder/Read Data
Read Attributes
Read Extened Attributes
Read Permissions
Special Permissions which are also set:
Create Files/Write Data
Create Folders/Append Data
Try it on a XP Pro machine....it would be the exact same permissions.
0
Question has a verified solution.
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
It says that default NTFS Permissions give all users full control of a drive