Post

Check File Checksum Linux

In this example we are checking the sha256 sum for the linux mint iso.

1
echo "2df322f030d8ff4633360930a92d78829d10e515d2f6975b9bdfd1c0de769aca *linuxmint-21.1-cinnamon-64bit.iso" | sha256sum  --check
This post is licensed under CC BY 4.0 by the author.