what version # I am running


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers what version # I am running
# 1  
Old 10-15-2003
what version # I am running

I was wondering if there was a command to tell what version# I am running? I know it tells you on start up I am running 5.1.
But I thought there was a command to execute this also?
Thanks
# 2  
Old 10-15-2003
What program / operating system are you referring to?
# 3  
Old 10-15-2003
sorry

I thought I put that in there..
AIX ver 5.1
# 4  
Old 10-15-2003
Does the uname command work for you? Try uname -v to retrieve just the version number.

venus:~xxx> uname -a
SCO_SV venus 3.2 5.0.6 i386
venus:~xxx> uname -v
5.0.6
# 5  
Old 10-27-2003
Try
>oslevel
or
>oslevel -r
the -r will give you the maintenance level as well
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

OS version and Firmware version

Guys, How to find OS version and firmware version in LINUX? Like in AIX. uname -a will show me the version 5.3, 6.1,7.1. lsmcode -c will show me - system firmware image as SF240_417. What are the similar commands in Linux. I checked uname -a and cat /etc/release. uname... (1 Reply)
Discussion started by: ElizabethPJ
1 Replies

2. Ubuntu

Compile smbfs module in kernel version 3.10 running Ubuntu 12.04 LTS

Is there any way to compile smbfs module in kernel 3.10 running Ubuntu 12.04 LTS. I did a 'make menuconfig' and it shows cifs. I found out online that smbfs is deprecated and replaced by cifs. I have an old system with kernel version 2.4 which only has smbfs (no cifs). Is it possible to compile... (1 Reply)
Discussion started by: Monil
1 Replies

3. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies

4. Solaris

Which version of Apache is actually running

Hi Guys & Gals.... First of all thanks for the help with your previous postings a lot of questions answered without having to post one myself However, here is my first post. I've just done a fresh install of Solaris 10 and upgraded the version of Apache via the impatient version of... (2 Replies)
Discussion started by: fjt1973
2 Replies

5. Red Hat

How to check the running snmp version in Rhel?

Hi, Please help me to understand how to check which snmp vesion(1, 2, 3) is configured on my rhel5 server. Regards, Aravind :) (2 Replies)
Discussion started by: arumon
2 Replies

6. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

7. Solaris

Migrate unix version 8 to version 9

i have a program writing in PRO C which currently running in unix version 8 tie with oracle 8i, but in the future company gonna migrate this OS to version 9. Anything i have to prepare for my PRO C program to run in unix version 9? or anything would that impact my program couldn't run well? what... (2 Replies)
Discussion started by: lsy
2 Replies

8. Solaris

Running from Shell Vs running from RC script

Hi, i have a script which need to do behave differently when run as a startup process from init.d/ rc2.d script and when run manually from shell. How do i distinguish whether my script is run by init process or by shell?? Will the command /proc/$$/psinfo | grep "myscript" work well???... (2 Replies)
Discussion started by: vickylife
2 Replies

9. UNIX for Advanced & Expert Users

How to prevent job1 from running while job2 is running..

Hi, Please I need your expert advise on how to prevent/lock from execution job1 while job2 is still running in Unix... THanks:) (3 Replies)
Discussion started by: tikang
3 Replies

10. UNIX for Dummies Questions & Answers

How can you tell what version Apache your running?

I'm trying to figure out what version of Apache I have. Any suggestions??? Thanks in advance. (1 Reply)
Discussion started by: shorty
1 Replies
Login or Register to Ask a Question