1833153 Members
3632 Online
110051 Solutions
New Discussion

cksum request for Pete?

 
Tom Fellowes
Advisor

cksum request for Pete?

Can you give me cksum info on /sbin/sh and /usr/bin/sh on your system? I'd like to compare them. Maybe I'm missing a patch.

TIA
4 REPLIES 4
Bharat Katkar
Honored Contributor

Re: cksum request for Pete?

With best compliments:

# cksum /sbin/sh
228930643 421888 /sbin/sh
# cksum /usr/bin/sh
3767272582 221184 /usr/bin/sh

You need to know a lot to actually know how little you know
Jeff Schussele
Honored Contributor

Re: cksum request for Pete?

Hi Tom,

A what output on those binaries is what (no pun intended) you really want as it will tell you the patch level explicitly.

My /sbin/sh & /usr/bin/sh show PHCO_27345 with the 11.11 Dec '03 bundles installed.

HTH,
Jeff

PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Pete Randall
Outstanding Contributor

Re: cksum request for Pete?

root# cksum /sbin/sh
1125461818 401408 /sbin/sh

root# cksum /usr/bin/sh
2137220345 204800 /usr/bin/sh

Pete
Pete Randall
Outstanding Contributor

Re: cksum request for Pete?

Tom,

I was just going to suggest what output but Jeff beat me to it:

what /sbin/sh
$Revision: @(#) all CUP11.11_BL2002_0414_1 PATCH_11.11 PHCO_25597
Sun Apr 14 01:47:56 PDT 2002 $
Version M-11/16/88f
$ B.11.11_LR Feb 8 2002 01:56:21 $
$ Version_11.11 Apr 12 2002 08:31:48

what /usr/bin/sh
$Revision: @(#) all CUP11.11_BL2002_0414_1 PATCH_11.11 PHCO_25597
Sun Apr 14 01:47:45 PDT 2002 $
Version M-11/16/88f
$ B.11.11_LR Feb 8 2002 01:56:21 $



Pete

Pete