Create an empty test file in Linux
Q. How can I create an empty test file?
A. There are several ways, including dd command, but this one is the quickest:
fallocate -l 10G test.file
Last Updated on Monday, 28 October 2013 14:31
Add your comment
yvComment v.1.24.0