1.创建一个大小为500M的文件
dd if=/dev/zero of=test.log bs=1M count=500
2.查看文件大小
[root@]$ ls -lh test.log-rw-r--r-- 1 root root 500M Mar 6 14:20 test.log[root@ ]$