permissions

F

Fred Hammond

I set up an enironment with 1 Win2k3 AD server and some desktops. On the
server I set up a directory (called Data) that will store users' personal
data (aka - home drives). Inside the Data folder, there is a seperate
folder for each user (ie - John, Harry, Sue). On the Data folder, I gave
the Everyone group full control. On each individual folder underneath the
Data folder, I gave each user full control to their own folder.

Now, when I copy their old data from their old server to the new AD server,
that data has only read only permissions. In their old environment, they
were not in a domain model, they were in a workgroup model.

So, the question is, why did the "full control" permissions I set on the
folder not take effect on the data that I copied from the old server to the
new server?

Also, is there a primer on the web somewhere that I can refer to to
understand Permissions better under Win2k3?

Thanks!
 
M

Mark-Allen Perry

Check: http://support.microsoft.com/default.aspx?scid=kb;en-us;266627

And how did you copy the files?

--
Always try the MS KB first before posting.
MS KB: http://support.microsoft.com/default.aspx?scid=fh;EN-US;KBHOWTO
And the answer could have already been posted, so try searching this and other newsgroups first.
----
Mark-Allen Perry
ALPHA Systems
Marly, Switzerland
mark-allen_AT_mvps_DOT_org

I set up an enironment with 1 Win2k3 AD server and some desktops. On the
server I set up a directory (called Data) that will store users' personal
data (aka - home drives). Inside the Data folder, there is a seperate
folder for each user (ie - John, Harry, Sue). On the Data folder, I gave
the Everyone group full control. On each individual folder underneath the
Data folder, I gave each user full control to their own folder.

Now, when I copy their old data from their old server to the new AD server,
that data has only read only permissions. In their old environment, they
were not in a domain model, they were in a workgroup model.

So, the question is, why did the "full control" permissions I set on the
folder not take effect on the data that I copied from the old server to the
new server?

Also, is there a primer on the web somewhere that I can refer to to
understand Permissions better under Win2k3?

Thanks!
 
W

Will Mullaney

Assuming that you have only a small number of users, say 10 or less, and you
probably aren't concerned so much with why it happened but how to fix it, if
you go into the permissions for each user directory, uncheck the "Allow
permissions from parent ro propegate to this object box" (assuming you don't
want the Everyone - Full Control from the Data folder to go down into each
user's directory), then check the box to replace permissions on all
objects/containers/whatever beneath this. I think you need to go into the
advanced screen in NTFS sercurity for the second option. That should set up
the files and directories correctly. If you need to do say 200 or 2000
users, there are command line tools that can do this, just post back if
that's the case.

As for file permissions, the general rule is, if the file is created,
copied, or moved from another drive, it gets the permissions of the
directory it is placed into. If it is moved from the same drive, it retains
the existing permissions.

-Will
 

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