Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I want to determine which FEDORA release is installed on my machine. I was using 3 and when I booted the 5 disks not much happened. I was not prompted to mount any other disks.
I want to determine which FEDORA release is installed on my machine. I was using 3 and when I booted the 5 disks not much happened. I was not prompted to mount any other disks.
open up console (terminal) and try
Code:
cat /etc/fedora-release
Edit...I'm not too sure about the file name there...it may also be a underscore there instead of a dash.
uname -a will just give you the kernel version number.
Somewhere in /etc (probably) will be a file that lists the release version number.
From the description in the original post it sounds like a failed upgrade. Probably still running the same version.
Seems like a Linux thing. On FreeBSD (I am sure on Solaris as well) running "uname -a" shows everything including the operating system version. On Fedora Core, /etc/redhat-release and /etc/fedora-release contain the operating system version. On other distros and some other unix oses, you can just do "cat /etc/release".
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.