selfjungle Just another WordPress weblog

14Aug/140

create file with given size (filled with zeros)

dd if=/dev/zero of=FILENAME  bs=1024k count=MEGABYTES
#or
truncate -s 2M FILE
Tagged as: No Comments