Folder rights

  • Thread starter Thread starter Tim Smith
  • Start date Start date
T

Tim Smith

I am trying to grant permission for a group to have
folder rights to all the folders in a directory using
cacls. I'm not sure of the right string that I should be
using. I have tried using:

cacls *.* /g [groupname]:F
and
cacls *.* /g [domain\groupname]:F
but I keep getting an error message that says "The
arguement string passed to DosExecPgm is not correct"

Does someone have the proper string I can use?

Thanks,
Tim
 
Back
Top