Scenario is as follows:
-Execute cmd with admin privileges
-mkdir a new folder, let there be jzzz
-How can you grant full privileges to all users in the system, by means of cacls?
[Note that I mentioned cacls, not icacls]
I've tried
echo S | cacls "C:\\jzzz" /t /g Todos:f
with no result at all. (Keep in mind it's on a spanish installation, where 'S' stands for 'Y'es and 'Todos' stands fro 'Everyone'
Thanks in advance!