If you want to create 10mb file in your linux box, just running this command:
1 |
dd if=/dev/zero of=10mb_file bs=10485760 count=1 |
If you want to create 10mb file in your linux box, just running this command:
1 |
dd if=/dev/zero of=10mb_file bs=10485760 count=1 |
Next post: Centos 6 Remote Install Via VNC
Previous post: Reset/change solusVM Admin password via ssh