Revision [34342]
This is an old revision of VerificationCommands made by coolpup on 2025-12-09 06:09:11.
VerificationCommands
- Having downloaded any file, one will need to verify its authenticity.
- For example, an image file may have the file extension .iso or .img. It is an exact copy, or image, of a complete file system.
- To ensure that the file is downloaded completely and without corruption use the wget command, e.g.:
wget -c /<image_file_location>/<image_file>.iso
- If wget is not used to acquire the file then one should verify the integrity of the acquired file by using the sha256sum or sha512sum, and gpg commands, as demonstrated here:
HomePagePlus | RecentChanges | Forum