用户工具

站点工具


linux:dd

目录

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

linux/dd.txt · 最后更改: 2023/12/03 10:24 由 127.0.0.1