Tôi đang cố gắng để hiểu đầu ra của dd
lệnh. Tôi đã thử
dd if=/dev/zero of=/dev/null bs=512 count=1
và đã nhận (như mong đợi):
1+0 records in
1+0 records out
512 bytes (512 B) copied, 2e-05 seconds, 26 MB/s
Tuy nhiên khi tôi đã cố gắng
dd if=/dev/random of=/dev/null bs=512 count=1
tôi đã nhận
0+1 records in
0+1 records out
128 bytes (128 B) copied, 0.00012 seconds, 1.1 MB/s
Tại sao nó chỉ sao chép 128 byte?