vps交流

这个DD命令还能改进吗


while true; do dd if=/dev/zero bs=1024 count=1000000 of=/root/1Gb.file; rm -f /root/1Gb.file; date -R; done

生成垃圾   覆盖硬盘