Create a large file in Linux for testing
There are many ways to go about this. A common favorite is the use of the dd command. This simple two letter command requires so many parameters to accomplish the simple goal of generating a file of a specific size. There is another way, and it’s easier to remember too. Create a 100MB file using dd will look something like…
Read More »