Unlike windows OS when you create the file it get 0 kb as default size ,In linux you can specify the file size .
for example.
#dd if=/dev/zero of=/tmp/Sample.dat bs=1M count=1024
Above command will create a file called Sample.dat of size 1 GB.
For More Information Check .
http://www.linuxquestions.org/questions/showthread.php?p=4347966#post4347966
Please Leave us with your comments and Queries/Suggestions.
I will try to reply asap.
No comments:
Post a Comment