1827732 Members
3126 Online
109968 Solutions
New Discussion

checking file version

 
SOLVED
Go to solution
Rajkumar_3
Regular Advisor

checking file version

Hi All,

How can we check the file version and checksum in HP-UNIX 11.0 ??

I am trying #chksum ,Its giving an error.

Thank you for all if you could give me the information.

Thanking you
Raj
Oracle DBA
6 REPLIES 6
Deepak Extross
Honored Contributor
Solution

Re: checking file version

Try
cksum

:-)
Steve Steel
Honored Contributor

Re: checking file version

Hi

What error
What file
What login are you using.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Ian Dennison_1
Honored Contributor

Re: checking file version

For File version information, (if the file is an executable), try running it with '-?' or '-v' options (help or version).

The 'file' command will identify a file based on the 'magic number', which is a version of sorts.

Share and Enjoy! Ian
Building a dumber user
Animesh Chakraborty
Honored Contributor

Re: checking file version

Hi Rajkumar,
It is cksum not chksum.
Did you take a backup?
Rajkumar_3
Regular Advisor

Re: checking file version

Hi All,

Thank you very much for your help.

Its cksum .

Thanking you

Regards
Raj
Oracle DBA
Darrell Allen
Honored Contributor

Re: checking file version

Hi Raj,

You can also use the "what" command to get version info on many files: what

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)