Skip to content

Create a data file of a certain size

This is useful for testing file upload limits.

`fallocate -l 40M large.file`

It will be garbage data, but if you’re just testing what your server does when you pass a 40M file, who cares?

Leave a Reply

Your email address will not be published. Required fields are marked *