Difference between revisions of "Adler32sum"

From BiGGrid Wiki
Jump to navigation Jump to search
(Created page with "'''adler32sum Wiki''' The 'adler32sum' command is an adaptation of the 'md5sum' command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is th...")
 
Line 5: Line 5:
 
'adler32sum' was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.  
 
'adler32sum' was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.  
  
* coreutils-8.5 patch
+
* [http://www.nikhef.nl/~janjust/adler32sum/coreutils-8.5adler.patch coreutils-8.5 patch]
* adler32sum binary for EL5:
+
* [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.el5 adler32sum binary for EL5]
* [[Man page]]
+
* [http://www.nikhef.nl/~janjust/adler32sum/adler32sum.html manual page (adapted from man2html)]

Revision as of 22:40, 27 May 2011

adler32sum Wiki

The 'adler32sum' command is an adaptation of the 'md5sum' command. It calculates ADLER32 checksums of files (or standard input). The ADLER32 checksum is the default checksum type used by SRM grid storage.

'adler32sum' was developed as a minor patch to the 'coreutils-8.5' package which is part of almost all Linux distro's.