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 |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
cat /etc/redhat-release | cat /etc/redhat-release | ||
</pre> | |||
To find if the installed OS is 32 or 64 Bit. | |||
<pre> | |||
uname -a | |||
</pre> | </pre> | ||
[[Category : Linux]] | [[Category : Linux]] |
Latest revision as of 00:50, 13 January 2009
To find the distribution version of Linux use the following command.
cat /etc/redhat-release
To find if the installed OS is 32 or 64 Bit.
uname -a