Skip to content

Instantly share code, notes, and snippets.

@devhero
Last active August 29, 2015 14:23
Show Gist options
  • Save devhero/e890ca814ce9287bbdd0 to your computer and use it in GitHub Desktop.
Save devhero/e890ca814ce9287bbdd0 to your computer and use it in GitHub Desktop.
dumb file
http://www.dreamcreative.net/how-tos/guides-server-maintenance/how-to-create-a-dummy-file-in-linux/
dd if=/dev/zero of=dumb.dump bs=52428800 count=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment