question about windows 2000 resoruce kit -- xcacls.exe

  • Thread starter Thread starter djtony
  • Start date Start date
D

djtony

hi all,

i have found the documents about xcacls.exe,
it only shows the example of "this folder and subfolders" and "files" only.

but, in my case, i just want to setup the permission of folder
is "this folder only" and "subfolders and files"

does anyone know how to set permission of file and folder with windows 2000
resource kit "xcacls.exe"?

A) i just want to set "This Folder" to Allow
1. Traverse Folder/ Execute File
2. List Folder/ Read Data
3. Read Extended Attributes
4. Create File/ Write Data
5. Create Folder/ Append Data
6. Read Permissions
and Deny any Delete action of this folder, but not the subfolders.

B) set the subfolders and files to
1) "Modify" include read, write, delete

please give me a solution.
thanks !

tony
 
hi all,

i have found the documents about xcacls.exe,
it only shows the example of "this folder and subfolders" and "files" only.

but, in my case, i just want to setup the permission of folder
is "this folder only" and "subfolders and files"

does anyone know how to set permission of file and folder with windows 2000
resource kit "xcacls.exe"?

A) i just want to set "This Folder" to Allow
1. Traverse Folder/ Execute File
2. List Folder/ Read Data
3. Read Extended Attributes
4. Create File/ Write Data
5. Create Folder/ Append Data
6. Read Permissions
and Deny any Delete action of this folder, but not the subfolders.

B) set the subfolders and files to
1) "Modify" include read, write, delete

please give me a solution.
thanks !

tony
See tip 8225 » The Extended Change Access Control List tool (Xcacls.vbs) has been enhanced and replaces Xcacls.exe.
in the 'Tips & Tricks' at http://www.jsifaq.com
 
djtony said:
hi all,

i have found the documents about xcacls.exe,
it only shows the example of "this folder and subfolders" and "files" only.

but, in my case, i just want to setup the permission of folder
is "this folder only" and "subfolders and files"

does anyone know how to set permission of file and folder with windows 2000
resource kit "xcacls.exe"?

A) i just want to set "This Folder" to Allow
1. Traverse Folder/ Execute File
2. List Folder/ Read Data
3. Read Extended Attributes
4. Create File/ Write Data
5. Create Folder/ Append Data
6. Read Permissions
and Deny any Delete action of this folder, but not the subfolders.

B) set the subfolders and files to
1) "Modify" include read, write, delete

please give me a solution.
thanks !

tony

Be careful. Many files must be owned by BUILTIN\System or your system
won't boot. Poke around on a working system with CMD and the dir /q
command.
 
Back
Top