![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find RedHat version. | amirvosko | UNIX for Advanced & Expert Users | 5 | 01-01-2008 02:57 AM |
| How to check both the processores running or not in redhat linux | bache_gowda | UNIX for Dummies Questions & Answers | 8 | 03-13-2005 06:56 AM |
| MYSQL command to take a backup of the database in Redhat linux 7.2 | bache_gowda | UNIX for Advanced & Expert Users | 4 | 01-21-2004 11:16 AM |
| Is there a linux version of dos2unix command? | kymberm | UNIX for Dummies Questions & Answers | 4 | 05-29-2003 09:33 AM |
| Redhat linux version | sssow | UNIX for Dummies Questions & Answers | 3 | 02-21-2003 12:07 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Redhat linux command to check Version
Hi All,
I need to know RedHat linux version installed on a different servers. I know uname -a or /proc/version Is any other command to know the Linux version???? When we telnet to any of the Linux server, the version shows very clearly like Red Hat Enterprise Linux ES release 3 (Taroon Update 6) Kernel 2.4.21-37.ELsmp on an i686 login: In similar way can we find same info when telnet service is not enabled? Thanks & Regards, Bachegowda |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Code:
cat /etc/redhat-release |
||||
| Google The UNIX and Linux Forums |