1833777 Members
1979 Online
110063 Solutions
New Discussion

Re: HP-UX version

 
SOLVED
Go to solution
Ramesh S
Esteemed Contributor

HP-UX version

Hi Guru's

Normally, if i do

uname -r or -a

it shows me the HP-UX OS version like B.11.00, B.11.11, B.11.23, B.11.31...

What does the 'B' mean?

May sounds silly...

Thanks & Regards

Ramesh



6 REPLIES 6
Venkatesh BL
Honored Contributor

Re: HP-UX version

Not very sure, but, I guess it would mean "Branch"
Mridul Shrivastava
Honored Contributor

Re: HP-UX version

If you refer the man pages for uname, it clearly says its The operating system release identifier.
Time has a wonderful way of weeding out the trivial
Asif Sharif
Honored Contributor

Re: HP-UX version

HI Ramesh,

Its "Operating System Release Identifier"
please click the below mentioned page for "HP-UX Operating System Release History"

http://www.hp.com/softwarereleases/releases-media2/history/slide2.html

Regards,
Asif Sharif
Regards,
Asif Sharif
Torsten.
Acclaimed Contributor

Re: HP-UX version

Not absolutely sure, but it sounds reasonable.

According to the uname man page the very old releases are "A" releases, example:

A.09.01

The successor was B.10.00.

It's still "B" for all current releases ...
consider this as just a name.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Dennis Handly
Acclaimed Contributor
Solution

Re: HP-UX version

>Torsten: consider this as just a name.

Right. Versions used to be V.UU.FF for version, update and fix.
Ramesh S
Esteemed Contributor

Re: HP-UX version

Thank you all for the replies.