nerdexam
CompTIA

220-802 · Question #912

Which of the following can preserve permissions when copying files from one volume to another? (Select TWO).

The correct answer is B. Robocopy E. XCOPY. Both Robocopy and XCOPY support flags that preserve NTFS file permissions (ACLs) when copying files across volumes. XCOPY uses the /O switch to copy file ownership and ACL information. Robocopy (Robust File Copy) uses /COPYALL or /SEC to preserve security attributes including…

Hardware and network troubleshooting

Question

Which of the following can preserve permissions when copying files from one volume to another? (Select TWO).

Options

  • ADISKPART
  • BRobocopy
  • CCopy
  • DSFC
  • EXCOPY

How the community answered

(39 responses)
  • A
    3% (1)
  • B
    79% (31)
  • C
    13% (5)
  • D
    5% (2)

Explanation

Both Robocopy and XCOPY support flags that preserve NTFS file permissions (ACLs) when copying files across volumes. XCOPY uses the /O switch to copy file ownership and ACL information. Robocopy (Robust File Copy) uses /COPYALL or /SEC to preserve security attributes including permissions, making it the more modern and powerful option commonly used by administrators. The standard COPY command does not preserve permissions - it copies only file data. DISKPART is a disk partitioning utility and cannot copy files at all. SFC (System File Checker) scans and repairs protected Windows system files but is not a file copy tool. When migrating files between volumes (different drive letters), using XCOPY /O or Robocopy /SEC is essential to retain security settings.

Topics

#Robocopy#XCOPY#file permissions#volume copy

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice