Posted on May 24, 2018November 26, 2024 by tinkerBOY — Leave a commentHow To Create An Empty File From The Command Line or Terminal The following command will create a 55mb test.img file. sudo fallocate -v -l 55M test.img