Distribution Version: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 3: Line 3:
cat /etc/redhat-release
cat /etc/redhat-release
</pre>
</pre>
To find if the installed OS is 32 or 64 Bit.
<pre>
uname -a
</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