Monday, 10 March 2014

Use low level command "dd" to Create File of any Size



Use the DD command to create a 10 MB (10*1024*1024=10485760 bytes) size file named testfile_10MB


dd if=/dev/zero of=testfile_10MB bs=10485760 count=1

No comments:

Post a Comment