Re: md5 file

From: Steve Crawford <scrawford(at)pinpointresearch(dot)com>
To: Dan Langille <dan(at)langille(dot)org>, Jie Liang <jie(at)stbernard(dot)com>
Cc: 'Bruce Momjian' <pgman(at)candle(dot)pha(dot)pa(dot)us>, <pgsql-admin(at)postgresql(dot)org>
Subject: Re: md5 file
Date: 2002-12-23 22:04:21
Message-ID: 20021223220421.ADE81103CA@polaris.pinpointresearch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Or try md5sum on most linux distros:
$ md5sum postgresql-7.3.1.tar.gz

Cheers,
Steve

On Monday 23 December 2002 1:17 pm, Dan Langille wrote:
> On Mon, 23 Dec 2002, Jie Liang wrote:
> > Forgive me this silly question:
> > at ftpsite there always a md5 file followed the tarball file(e.g.)
> > postgresql-7.3.1.tar.gz
> > postgresql-7.3.1.tar.gz.md5
> > what is this md5 file for? how to use it?
> > I guess it's a cksum, but I am not sure.
>
> It is used to verify that postgresql-7.3.1.tar.gz has been downloaded
> without corruption. How you use postgresql-7.3.1.tar.gz.md5 depends upon
> your operating system. In FreeBSD, the command is "cksum". The result
> should be the sameas that found in postgresql-7.3.1.tar.gz.md5.
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2002-12-23 22:27:43 Re: SSL Mode
Previous Message Dan Langille 2002-12-23 21:17:13 Re: md5 file