LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make an xxxx bytes file (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-an-xxxx-bytes-file-515106/)

kniwor 12-31-2006 06:11 AM

How to make an xxxx bytes file
 
well i just wanted to know how do i make an xxxx mb file, it can be any junk.

supposr i want to make a file "test" which is 10 Mb. i dont care what the contents are. so how do i make it in one go.

one rather crude way is find a 10Mb file and rename it test.

tredegar 12-31-2006 06:56 AM

try

dd if=/dev/zero of=test bs=1M count=10

man dd !

kniwor 12-31-2006 07:27 AM

oops! i should've remembered reading this

http://www.linuxquestions.org/questi...d.php?t=362506

thanks for pointing out.


All times are GMT -5. The time now is 09:17 AM.