dd
명령 의 출력을 이해하려고합니다 . 나는 시도했다
dd if=/dev/zero of=/dev/null bs=512 count=1
그리고 예상대로 :
1+0 records in
1+0 records out
512 bytes (512 B) copied, 2e-05 seconds, 26 MB/s
그러나 내가 시도했을 때
dd if=/dev/random of=/dev/null bs=512 count=1
알았어
0+1 records in
0+1 records out
128 bytes (128 B) copied, 0.00012 seconds, 1.1 MB/s
128 바이트 만 복사하는 이유는 무엇입니까?