by
Anonymous Coward
on 2010年03月31日 10時43分
(#1741185)
たとえばDebian/Gnul Linux Lennyで
$ dd if=/dev/zero of=test.img bs=1MB count=1 1+0 records in 1+0 records out 1000000 bytes (1.0 MB) copied, 0.00706552 s, 142 MB/s $ ls -alF test.img -rw-r--r-- 1 user group 1000000 2010-03-31 10:40 test.img
どう変るのかしら (スコア:0)
たとえばDebian/Gnul Linux Lennyで
$ dd if=/dev/zero of=test.img bs=1MB count=1
1+0 records in
1+0 records out
1000000 bytes (1.0 MB) copied, 0.00706552 s, 142 MB/s
$ ls -alF test.img
-rw-r--r-- 1 user group 1000000 2010-03-31 10:40 test.img
が、違う表示になるってことなんでしょうか。