Help - how to check unix version?

Help - how to check unix version?

Post by L » Thu, 16 Oct 2003 04:14:02



I would appreciate it if someone could tell me how to check Unix version #.

Thanks,

T.

 
 
 

Help - how to check unix version?

Post by Barry Margoli » Thu, 16 Oct 2003 04:15:26




>I would appreciate it if someone could tell me how to check Unix version #.

uname

--

Level(3), Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.

 
 
 

Help - how to check unix version?

Post by pidbe » Thu, 16 Oct 2003 16:01:14


uname -n

Quote:> I would appreciate it if someone could tell me how to check Unix version
#.

> Thanks,

> T.

 
 
 

Help - how to check unix version?

Post by Logan Sha » Thu, 16 Oct 2003 16:30:27





>>I would appreciate it if someone could tell me how to check Unix version

 > uname -n

That's the hostname.  How about "uname -sr" for the name of the
Unix variant and its release number?

   - Logan

 
 
 

Help - how to check unix version?

Post by chunm » Thu, 16 Oct 2003 17:18:18



> I would appreciate it if someone could tell me how to check Unix version #.

> Thanks,

> T.

cat /etc/release
 
 
 

Help - how to check unix version?

Post by pidbe » Thu, 16 Oct 2003 20:46:58


OK,

I don't have a solaris machine in front of me . I think uname -a will give
everything .
You can verify with man uname

Pierre




> >>I would appreciate it if someone could tell me how to check Unix version

>  > uname -n

> That's the hostname.  How about "uname -sr" for the name of the
> Unix variant and its release number?

>    - Logan