PDA

View Full Version : [xubuntu] md5sum?



Matrix01
December 18th, 2011, 10:35 AM
209307
https://help.ubuntu.com/community/HowToMD5SUM

how do u use md5sum?
typed command, did not work.

yeats
December 18th, 2011, 01:27 PM
For examples like this:


ubuntu@ubuntu-desktop:~$ cd Downloads

The "ubuntu@ubuntu-desktop:~$" part is just an example prompt. Sometimes it will be just a "$" (or a "#" if the command is being run by the root user, something rare in Ubuntu examples). Your prompt is "k@ubuntu:~$" instead. So just do:


cd Downloads
md5sum your-actual-filename-here

where "your-actual-filename-here" is the actual name of the file you're trying to md5sum.

Matrix01
December 19th, 2011, 05:37 AM
209348

output looks like this,
is this good?


For examples like this:


ubuntu@ubuntu-desktop:~$ cd DownloadsThe "ubuntu@ubuntu-desktop:~$" part is just an example prompt. Sometimes it will be just a "$" (or a "#" if the command is being run by the root user, something rare in Ubuntu examples). Your prompt is "k@ubuntu:~$" instead. So just do:


cd Downloads
md5sum your-actual-filename-herewhere "your-actual-filename-here" is the actual name of the file you're trying to md5sum.

Lars Noodén
December 19th, 2011, 11:19 AM
209348

output looks like this,
is this good?

There should be a list of MD5 checksums at the site you downloaded the CD image from. Compare it to that to see if it is good.

e.g. http://ftp.heanet.ie/pub/ubuntu-cdimage/releases/11.10/release/MD5SUMS

Matrix01
December 19th, 2011, 11:37 PM
can md5sum tell same or different when iso file is pasted in terminal, and compared with iso file used as installation?