Quantcast
Channel: acassis – Alan C. Assis
Viewing all articles
Browse latest Browse all 870

Writing 0xFF into files using dd command

$
0
0
dd if=/dev/zero bs=1M count=100 | tr '\000' '\377' > file

Source: https://www.linuxquestions.org/questions/linux-software-2/writing-0xff-with-the-dd-command-845232/

Viewing all articles
Browse latest Browse all 870