On Tue, 13 Mar 2001, Marcus Ouimet wrote:

> Is there a way from the command prompt to tell what kind of computer you are
> running, how much ram etc? Thanks in advance. I am running Red Hat Linux 6.2
>
>
>
The /proc file system is your friend.  Just about all the information
you could want is there.  There are utilities to help you view this
information.  Here are a few...

uname -a                        Tells you about the OS
free                            Shows memory usage
cat /proc/cpuinfo               Shows number/type of CPUs
cat /proc/pci                   Shows devices on the PCI bus

Mikkel
 --

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to