1833019 Members
1958 Online
110049 Solutions
New Discussion

Re: Info about OS

 
SOLVED
Go to solution
Peter Black_1
New Member

Info about OS

How to find out release, version of OS HP-UX as normal user?
Thanks.
P.
3 REPLIES 3
Olav Baadsvik
Esteemed Contributor
Solution

Re: Info about OS


HI,

use this command:

uname -a

Regards
Olav

Stefan Farrelly
Honored Contributor

Re: Info about OS


swlist -v OS-Core | head -30
Im from Palmerston North, New Zealand, but somehow ended up in London...
Peter Kloetgen
Esteemed Contributor

Re: Info about OS

Hi,

uname -a
is a command runnable for every user by default. You will get some information about operating system, version and release, hostname, hardware type and user license. To find out if you use 32 or 64 bit OS you can use the command

getconf KERNEL_BITS

(which you can run only as superuser)

Allways stay on the bright side of life!

Peter
I'm learning here as well as helping