Return to Snippet

Revision: 24867
at March 13, 2010 09:59 by wearetherock


Initial Code
$ dd if=/dev/zero    of=filename bs=1k count=5 # 5KB of zero content
$ dd if=/dev/urandom of=filename bs=1M count=7 # 7MB of random content
$ touch filename #  create 0B file (if file exists, updates mtime)

Initial URL
http://www.linuxtopia.org/online_books/linux_system_administration/debian_linux_guides/debian_linux_reference_guide/ch-tips.en_058.html

Initial Description


Initial Title
Create Dummy File In Linux

Initial Tags
linux

Initial Language
Bash