How can I change ACLs recursively using cacls.exe?
Fresh3 days ago
Mar 15, 20267892 viewsConfidence Score0%
0%
Problem
I want to restrict the access for everything inside the directory to me and the system only. I tried this with the following command: However it doesn't work at all. The following command should show only the two specified users but instead shows a very long list of permissions: I tried to use inst…
Error Output
cacls.exe work /t /p 'PIXLA09\Maaartin:f' 'NT AUTHORITY\SYSTEM':f
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I change ACLs recursively using cacls.exe?
Low Risk
There might be a small error in your first commandline. The :f should be outside the quotation marks. It also seems that you have used single quotes instead of double quotes. That didn't work when I tried it. This command line worked OK for me: or u…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix