Quickest Way to Generate a Huge Dummy File in Linux
The following will generate a dummy 500 MB file named ‘outputdata’ in no time whatsoever:
dd if=/dev/zero of=outputdata bs=500M count=1
Tags: Tips
This entry was posted
on Monday, June 9th, 2008 at 11:04 am and is filed under Linux.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.