Which command is commonly used to copy entire directory trees to and from different locations?
Explanation
The 'cp' command is typically utilized to duplicate directory structures. While 'cpio' is another tool for archiving and copying files, 'cp' is the standard command for copying directories. The options 'cp -p' preserves file attributes, and 'copy' is not a standard Linux command.