目录

dd

Copy a file, converting and formatting according to the operands.

Usage

Disk speed test:

dd if=/dev/zero of=test.img bs=1M count=5000 conv=fdatasync 	# write 5GiB file

Reference