409: Final
Command: dd
dd
Syntax: dd if=<input file> of=<output file>
Arguments: none
Description: Short for direct dump, this command will make a complete copy (dump) of one file, compressed file, or directory for backup, such as to a tape drive.
Example:
$> dd if=/usr/dsm7583/www of=bak/backups/
$>