Re: How can I check detailed information about my RegHat box?



On 17 Jul 2006 07:57:25 -0700, gmax2006 wrote:
Hi,

I use the following command to know the version of my redhat
installationL

cat /etc/redhat-release

Red Hat Enterprise Linux ES release 4 (Nahant)


How can I receive more information such as amount memory and CPU?

you might cat on some files in /proc

Example: cat /proc/cpuinfo
.



Relevant Pages