Distribution Version: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
New page: To find the distribution version of Linux use the following command. <pre> cat /etc/redhat-release </pre> Category : Linux |
No edit summary |
||
Line 4: | Line 4: | ||
</pre> | </pre> | ||
For a more specific verison release. | |||
<pre> | |||
cat /etc/issue | |||
</pre> | |||
[[Category : Linux]] | [[Category : Linux]] |
Revision as of 23:59, 26 October 2008
To find the distribution version of Linux use the following command.
cat /etc/redhat-release
For a more specific verison release.
cat /etc/issue