diff --git a/pages/common/sha256sum.md b/pages/common/sha256sum.md index 13408dae2e..ca05993957 100644 --- a/pages/common/sha256sum.md +++ b/pages/common/sha256sum.md @@ -26,3 +26,7 @@ - Only show a message when verification fails, ignoring missing files: `sha256sum --ignore-missing --check --quiet {{path/to/file.sha256}}` + +- Check known SHA256 sum of a file: + +`echo {{known-sha256-sum-of-the-file}} {{path/to/file}} | sha256sum --check`