Linux - How to create a big file, Linux command to create large file

How to create a big file


The below command will help you to create a very big file.

 dd if=/dev/zero of=/tmp/bigfile bs=1024k count=100

This command is capable of creating a huge file.

The topic on Linux - How to create a big file is posted by - Math

Hope you have enjoyed, Linux - How to create a big fileThanks for your time

Tech Bluff