File Checksum & Integrity Check on Linux - File Security [Hash SHA-1/256/384/512/MD5] (Ubuntu)
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.
Make sure that your file isn't corrupt and is secure by checking the integrity of the file using sdasum in Terminal on Linux. Today we'll go over how to do that with the tool that is supplied by default with Terminal Command Line.
My Linux Cheat Sheet and 25 Page Checklist here:
📚 https://learn.savvynik.com
Share this free tool and support Small YouTubers
https://editbulk.com
(I made this tool to help creators)
Want more info/content?
https://savvynik.com
Useful Links/Commands:
Discord Link: https://discord.gg/zZD5q92
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