Created
May 31, 2018 15:06
-
-
Save zucchinidev/53f5055db8a4d2e8af3fea20b2f9be50 to your computer and use it in GitHub Desktop.
Create a big file with dd command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // newFile 24-25MB | |
| dd if=/dev/urandom of=newfile bs=1M count=24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment