Link to home
Start Free TrialLog in
Avatar of ddurmon
ddurmon

asked on

Where can I find 'uname' outputs for the major Unix OS's?

I am writing a script and would like to be able to parse the output of the uname command (specifically the OS name, and OS version).  

For example, I know on a HP-UX 10.20 system, "uname -n" will respond with "HP-UX".

Where can I find the output for the following Unix operating systems:

AIX 4.3
AIX 5.2
Solaris 7,8,9
HP-UX 11i
Redhat Enterprise Server 2,3
Sco

I don't have access to these systems, otherwise I would run the command myself.

Thanks....
ASKER CERTIFIED SOLUTION
Avatar of Tintin
Tintin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ddurmon
ddurmon

ASKER

Thanks to everyone who replied.  I split the points based on the number of OS's given in your answers.