Skip to content

How to create a dummy file with a given size in Linux?

How to create a dummy file with a given size in Linux?

Answer:

Use the dd command

Example:

dd if=/dev/zero of=test.txt bs=1 count=1MB

The above command will create a 1MB dummy file and stored as test.txt

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. Generate dummy file in Linux
  2. Create an empty file in Linux
  3. How to create an empty file in Linux
  4. Create a temp file in Linux
  5. How to determine the type of a file in Linux

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*