Skip to content

Instantly share code, notes, and snippets.

@nestoru
Created May 5, 2014 20:41
Show Gist options
  • Save nestoru/977e4b4b8778a85d80cb to your computer and use it in GitHub Desktop.
Save nestoru/977e4b4b8778a85d80cb to your computer and use it in GitHub Desktop.
Create a test file in Linux or Solaris
# Create a 5MB file in Linux
fallocate -l 5M /tmp/5MegLin
# Create a 5MB file in Solaris
mkfile 5M /tmp/5MegSol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment