1826953 Members
4079 Online
109705 Solutions
New Discussion

Re: checksum on HPUX

 
SOLVED
Go to solution
Abdul Majeed Lardhi
Regular Advisor

checksum on HPUX

Hi

I do remmber that there is utility called checksum, where to do a comare against the change of this file or directory !!

anyone have any idea if is available on HPUX O.S. ?

Regards
Abdul Majeed
3 REPLIES 3
Oviwan
Honored Contributor
Solution

Re: checksum on HPUX

hey

check:
man cksum

regards
Abdul Majeed Lardhi
Regular Advisor

Re: checksum on HPUX

Thanks
James R. Ferguson
Acclaimed Contributor

Re: checksum on HPUX

Hi Abdul:

If you have the 'whatis' manpage database, you can do:

# man -k checksum
cksum(1) - print file checksum and sizes
sum(1) - print checksum and block or byte count of file(s)
#

...which would divulge 'cksum'.

To create the 'whatis' database, do:

# catman -w

(or)

# catman -m

...if you want to pre-format your manpages and create or update the 'whatis' database. See the manpages for 'catman' for more information.

Regards!

...JRF...