file sharing

G

Guest

I enherited Win2K in a domain with a shared drive everyone can access.
Within that shared drive there are some folders not everyone needs access to
.. The NTFS permissions have the 3 people needing access with full, domain
admins full, and that is it. The problem is a user can go to the properties
of that folder and take ownership, even when domain users has explicit deny
for take ownership parmission. Any ideas?

Thanks
DJF
 
P

Pegasus \(MVP\)

Shared drive problem said:
I enherited Win2K in a domain with a shared drive everyone can access.
Within that shared drive there are some folders not everyone needs access to
. The NTFS permissions have the 3 people needing access with full, domain
admins full, and that is it. The problem is a user can go to the properties
of that folder and take ownership, even when domain users has explicit deny
for take ownership parmission. Any ideas?

Thanks
DJF

Do this:
- Start a Command Prompt.
- Navigate to the parent of the problem folder.
- Type these commands:
cacls "NameOfProblemFolder" > c:\ntfs.txt
net user SomeUser /domain >> c:\ntfs.txt
- Paste the contents of c:\ntfs.txt into your reply.

Use real names for NameOfProblemFolder and SomeUser.
 

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

Top