Re: Sharing and Security on File Share



Ok, now I've tried the following and each provides me with the same error
"The system cannot find the file specified.

By the way, "Rogene" was the user name that is in the group specified with
permission to the folder.


D:\Shares\test>cacls "d:\shares\test rogene" > c:\test.txt
The system cannot find the file specified.

D:\Shares\test>cacls "d:\shares\test net user rogene" > c:\test.txt
The system cannot find the file specified.

D:\Shares\test>cacls "d:\shares\test net license10_0.txt" > c:\test.txt
The system cannot find the file specified.

D:\Shares\test>dir
Volume in drive D has no label.
Volume Serial Number is 1488-BE90

Directory of D:\Shares\test

09/28/2006 08:07 PM <DIR> .
09/28/2006 08:07 PM <DIR> ..
09/09/2005 09:52 AM 53 License10_0.txt
1 File(s) 53 bytes
2 Dir(s) 621,924,503,552 bytes free

"Pegasus (MVP)" wrote:

You need double quotes, as Jerold pointed out, and you
omitted the redirection symbol (>).

cacls "d:\shares\test rogene" > c:\test.txt

You should also state your level of experience. Since
you manage a server I assume that you are a server
administrator and I word my replies accordingly. I may
be wrong in my assumption.


"Rogene" <Rogene@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A33AC2BD-CA28-4A0C-8A07-BD5E0D79CACF@xxxxxxxxxxxxxxxx
I'm not sure what is wrong with the command you asked me to enter, but
nothing is in the txt file. This is the comand I'm entering:

D:\Shares\test>cacls d:\shares\test rogene c:\test.txt

Please advise.
Rogene


"Pegasus (MVP)" wrote:


"Rogene" <Rogene@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F3039773-599A-4B7D-A02E-1A1B5337D0F2@xxxxxxxxxxxxxxxx
I have a Windows 2003 SBS with several shares:

\\server\dca
Sharing Tab:
Share name = dca
Permissions Button:
Administrators - Full Control
DCA (Security Group) - Full Control

Security Tab:
Administrators - Full Control
Domain Users - Read & Execute, List Folder Contents, Read
DCA (Security Group) - Full Control

My expectation is that only the members of DCA Security Group would be
able
to view, read, and write to this share. However, everyone in the
domain
is
able to view, read, and write.

What do I need to change, so only the security groups I want to view,
read,
and write have access?

Thanks,
Rogene

What you report is at variance with my own expectation. Let's nail
it down by getting some hard evidence, by doing this from a
Command Prompt:
cacls d:\Data\dca > c:\test.txt
(insert the correct path for the folder that hosts the DCA share)
net user xxx >> c:\test.txt
(insert the name of a user who can write to this share)

Now post the contents of c:\test.txt.






.


Loading