Friday, January 15, 2010

quickly Create large big dummy file on freebsd

quickly Create large big dummy file on freebsd
Written on Jun 04, 2009 // Monologues.

# dd if=/dev/urandom of=test bs=1m count=2

This will create 2.0M file called “test”.

[root@bentley ~]# ls -alh test
-rw-r–r– 1 root wheel 2.0M Jun 4 15:20 test

No comments: