VERIFY MD5 / SHA256 Hash or Checksum on Linux - File Security (Ubuntu)

preview_player
Показать описание
How to Check a Checksum for File Integrity of a File that you downloaded on Linux using a SHA/MD5 hash. This video will show you how to use Linux and Terminal together to check a file hash against another hash and help you check the Integrity of your file. Make sure it's secure and not corrupt. Check various different hashes on Linux. It's a great tool to know how to use to make sure your files that you download is secure if a hash is available from the website that you downloaded it from.

My Linux Cheat Sheet and 25 Page Checklist here:

Share this free tool and support Small YouTubers
(I made this tool to help creators)

Useful Links/Commands:
sum1sum /path/to/file grep | [checksum]
sum256sum /path/to/file grep | [checksum]
sum384sum /path/to/file grep | [checksum]
sum512sum /path/to/file grep | [checksum]
md5sum /path/to/file grep | [checksum]

#linux #security #checksum
Рекомендации по теме
Комментарии
Автор

Ta for this. I never really bothered with this before, but now that you've shown me how to do it... just checked the latest Debian 12 ISO that I downloaded and got the red highlight. 🙂

toranshaw
Автор

I finally found a video with a checksum command that actually worked for once. Unfortunately I now receive 'No such file or directory' when using it. Since dragging and placing the file after the sha256sum command no longer works so I'll have to take my chances that the iso file isn't corrupted. Terminal sucks.

noneovyerbusiness
Автор

Thanks. But kinda weird that they use red for a successful result. Red makes it feel like somethings wrong

someuser