You are on page 1of 2

HOW TO: Copy a Folder to Another Folder and Retain its Permissions

1 of 2

http://support.microsoft.com/kb/323007

Article ID: 323007 - View products that this article applies to.

System Tip
This article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you.
Visit the Windows XP Solution Center
This article was previously published under Q323007
Notice
This article applies to Windows 2000. Support for Windows 2000 ends on July 13, 2010. The Windows 2000 End-of-Support Solution Center
(http://support.microsoft.com/?scid=http%3a%2f%2fsupport.microsoft.com%2fwin2000) is a starting point for planning your migration strategy from Windows 2000. For more
information see the Microsoft Support Lifecycle Policy (http://support.microsoft.com/lifecycle/) .
Notice
This article applies to Windows 2000. Support for Windows 2000 ends on July 13, 2010. The Windows 2000 End-of-Support Solution Center
(http://support.microsoft.com/?scid=http%3a%2f%2fsupport.microsoft.com%2fwin2000) is a starting point for planning your migration strategy from Windows 2000. For more
information see the Microsoft Support Lifecycle Policy (http://support.microsoft.com/lifecycle/) .

SUMMARY
This step-by-step article describes how to copy a folder to another folder and retain its permissions.
When you copy or move files and folders by using Windows Explorer, the permissions that are set on the files or folders may change. For example, when you copy a
file in an NTFS file system volume or between two NTFS volumes, Windows 2000 treats it as a new file. As a new file, it takes on the permissions of the destination
folder, and you become the CREATOR OWNER.
NOTE: You must have Write permission for the destination folder to copy files and folders.
You can use the Xcopy command with the /O/X/E/H/K switches to copy the files and retain the existing permissions that have been specifically applied to the file or
files.
These switches have the following effects:
/E - Copies folders and subfolders, including empty ones.
/H - Copies hidden and system files also.
/K - Copies attributes. Typically, Xcopy resets read-only attributes.
/O - Copies file ownership and ACL information.
/X - Copies file audit settings (implies /O).
NOTE: This procedure does not override inherited permissions. When you use the Xcopy command with the /O /X /E /H /K switches to copy the files, the following
inherited permissions apply:
The security settings that are directly assigned to the files and folders are retained.
The security settings that are inherited from the source parent folder are lost.
The security settings of the destination folders are inherited.
When you move files or folders to FAT volumes, the folders and files lose their NTFS permissions because FAT volumes do not support NTFS permissions.
For more information about inheritance, see the "Changing inherited permissions" topic in Windows Help.

Copy a Folder to Another Folder and Retain its Permissions


1. Click Start, and then click Run.
2. In the Open box, type cmd, and then click OK.
3. Type xcopy sourcedestination /O /X /E /H /K and then press ENTER, where source is the source path for the files to be copied, and destination is the
destination path for the files.

Example

06/03/2014 08:47 PM

HOW TO: Copy a Folder to Another Folder and Retain its Permissions

2 of 2

http://support.microsoft.com/kb/323007

Properties
Microsoft Windows 2000 Advanced Server
Microsoft Windows 2000 Professional Edition

Keywords: kbproductlink kbenv kbhowto kbhowtomaster KB323007

06/03/2014 08:47 PM

You might also like