Which command is utilized for copying entire directory trees to or from a location?
Explanation
Among the listed commands, 'cpio' is specifically designed to copy directory hierarchies, making it suitable for copying directory structures in and out. Other options like 'copy' and 'cp' do not inherently handle directory trees in the same way.