Distribution Version: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
To find the distribution version of Linux use the following command.
To find the distribution version of Linux use the following command.
<pre>
cat /etc/redhat-release
</pre>
For a more specific version release.
<pre>
cat /etc/issue
</pre>
or
<pre>
<pre>
cat /etc/redhat-release
cat /etc/redhat-release
</pre>
</pre>
[[Category : Linux]]
[[Category : Linux]]

Revision as of 00:04, 27 October 2008

To find the distribution version of Linux use the following command.

cat /etc/redhat-release