User Tools

Site Tools


linux:files:create_an_empty_file

Linux - Files - Create an empty file

Create an empty/null file with a specified size

dd if=/dev/zero of=destinationfile.bin bs=1024k count=100

NOTE: This creates a 100MB (1024k * 100) sized file.

linux/files/create_an_empty_file.txt · Last modified: 2023/07/17 17:36 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki