Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to know the RedHat verison

Status
Not open for further replies.

hazemafify

Advanced Member level 4
Joined
Dec 3, 2006
Messages
102
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
1,903
Hi,

I want to ask about the command line the gives the version of the current RedHat. I tried /etc/redhat-release but it gives permission denied.

Thanks.
 

logon as administrator -->cat /etc/redhat-release
also try, uname -a

---------- Post added at 19:59 ---------- Previous post was at 19:55 ----------

You may want to use : cat /proc/version
 
hai hazemafify,

u can try like this as papunblg said... Also try this.........

1. cat /etc/redhat-release
2. cat /proc/version
3. cat /etc/issue
4. uname -a
5. konqueror --version

surely one these things will help.. Thanks :razz:
 
Hi,

I want to ask about the command line the gives the version of the current RedHat. I tried /etc/redhat-release but it gives permission denied.

Thanks.

The /etc/redhat-release file should be owned by root, only root will be able to modify it. Jst try the command: rpm -q redhat-release , It may provide some help.


_________________________________
Canvas printing
 

cat /etc/system-release
works on RHEL6.2
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top