How to create file with size in Linux.


 To create file with size you can use following commands on different platform.

On Solaris, you can use this command:

$ mkfile file-size file-name


$ mkfile 10m output.dat