cacls not working

  • Thread starter Thread starter Jacky
  • Start date Start date
J

Jacky

I type
cacls "F:\System Volume Information" /T/E/P luckie:F
returns a help menu
How would I get this right?
Thanks
 
Jacky said:
I type
cacls "F:\System Volume Information" /T/E/P luckie:F
returns a help menu
How would I get this right?

You need spaces. Try:

cacls "F:\System Volume Information" /T /E /P luckie:F
 
You need spaces between the switches

cacls "F:\System Volume Information" /T /E /P luckie:F

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top