linux – creazione file grande di dimensione specifica

dd if=/dev/zero of=file.txt count=1024 bs=1024
dd if=/dev/zero of=5G count=5 bs=1G

Leave a Reply

Your email address will not be published.