2010年12月9日 星期四

/dev/null vs /dev/zero

dd if=/dev/null of=a.img bs=1M count=50


0+0 records in
0+0 records out
0 bytes (0 B) copied, 2.3351e-05 s, 0.0 kB/s



dd if=/dev/zero of=b.img bs=1M count=50


50+0 records in
50+0 records out
52428800 bytes (52 MB) copied, 0.120844 s, 434 MB/s

產生的結果不同


-rw-r--r--  1 nelsonchung nelsonchung         0 2010-12-09 16:34 a.img
-rw-r--r--  1 nelsonchung nelsonchung  52428800 2010-12-09 16:34 b.img

可以把/dev/zero想成一個會產生0的鍵盤
所以b.img是一個全部值為0的檔案



透過Facebook分享

沒有留言: