Distribution Version: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
</pre>
</pre>


For a more specific version release.
To find if the installed OS is 32 or 64 Bit.
<pre>
<pre>
cat /etc/issue
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