• Twitter

    • Ads

    Posts Tagged 'network'

    How to create a 1 gig file

    dd if=/dev/zero of=big-file.bin bs=1g count=1 or mkfile 1g big-file.bin

    12 August 2011 at 20:27 - Comments