LINUX dd if=/dev/urandom of=FILE_NAME bs=1M count=100
SOLARIS dd if=/dev/urandom of=FILE_NAME bs=1 count=100
Giovanni (GioCo) Coppa