Networking, Programming and Graphics Tutorials

Create a dummy file [1/1]

Type: Code Networking, Programming and Graphics Tutorials
Create a dummy file
Level: Beginner Networking, Programming and Graphics Tutorials 
Create a dummy file
Date: 2007-Apr-22
Create a dummy file
Visited: 2932 times
Create a dummy file
Rating: Create a dummy file
Create a dummy file
Author: Tony Potter

This tutorial will show you how to create a test file under RedHat-like Linux operating systems. It will be useful when you need to test FTP, Mail, Samba or any protocol and you do not have big file handy to send.

To create a test file simply copy the following line in your Linux shell:

time dd if=/dev/zero of=test.bin bs=1000000000 count=1
After the execution of this line, a test.bin file will be created with a size of 1000000000 bits - approximately 1GB. You can manage the 'bs' variable to change the size of the test file.

Rate this tutorial:                    
Networking, Programming and Graphics Tutorials - Create a dummy file [1/1] - Networking, Programming and Graphics Tutorials

Need a specific tutorial? Do not hesitate and submit a request!
Related Tags: create dummy file  create dummy bin file  dd create dummy file  how to create dummy file  how to create a big dummy file  create big dummy file  how to create big dummy file  how to Create a DUMMY.BIN file  create dummy file dd  dd to create dummy 1GB file