Linux dd command to create 1GB file
If you want to create 1GB file in a single command, just execute below dd command
# dd if=/dev/zero of=
Category: Tips for linux
If you want to create 1GB file in a single command, just execute below dd command
# dd if=/dev/zero of=
Category: Tips for linux