Moving/Coping files and File Ownership

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have File Quota configured on my W2K 2000 STD server. I have configured Home directories for each user. Each Home director is configured with the user and administrators group to have security permissions. The owner of the home directory folder is the user. If I copy or move a file to the users Home fold the ownership of that file changes to the administrator. I would like all files copied or moved to a users home director to take ownership of the file and reflect their name. Is there a way this can be done automatically without running scripts every few weeks
 
Scott

XCOPY with the /O switch will copy the information, including ACL
and ownership information.

Best regards

Bjorn
 
Back
Top