Linux dd command to create 1GB file

| June 24, 2011 | 0 Comments

If you want to create 1GB file in a single command, just execute below dd command

# dd if=/dev/zero of= bs=1M count=1K

Category: Tips for linux

Leave a Reply

You must be logged in to post a comment.