How can I find the version of the Fedora I use?

pindare picture pindare · Feb 12, 2009 · Viewed 240.4k times · Source
sudo find /etc | xargs grep -i fedora > searchFedora

gives:

/etc/netplug.d/netplug: # At least on Fedora Core 1
...

But see the Fedora version in the /etc/netplug.d/netplug file. Is it serious?

Answer

David Grant picture David Grant · Feb 12, 2009
cat /etc/issue

Or cat /etc/fedora-release as suggested by @Bruce ONeel