<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>[Tool] Windows 에서 ACL 정보를 포함하여 파일(폴더)를 copy하는 방법</title><link>http://blogs.technet.com/escape/archive/2008/12/01/tool-windows-acl-copy.aspx</link><description>다음은 Windows에 내장된 xcopy tool을 이용하여 ACL 정보를 포함하여 파일(폴더)을 copy하는 방법을 설명합니다. 예를 들어 아래 명령은 Disk X:에서 Disk S:로 ACL 및 subfolder 정보를 모두 포함하여 파일을 copy합니다. xcopy /x/o/e x: s: 참고사항 : Xcopy의 옵션은 xcopy /? 입력하시면 세부적인 내용을 확인하실 수 있습니다. /X Copies file audit settings (implies</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator></channel></rss>