Viewing File Size
du -sk test.img **du (**disk usage) command to inspect file size. Here, ‘-sk’ refers to size in kilobytes.
du -sh test.img prints the size in human readable format.
ls -lh test.img long list to print the size of a file in human read...