>Hi,
>I recently installed Red Hat 4.2 in my new notebook, Compaq Armada
4131T
>I tried to check for the memory with the "mem" command but when I do
>a "mem" all what I get is:
>
>bash: mem : command not found.
>
>
>Any idea what is going out there?
>
>I got the same result if I am a normal users or superuser.

Um, mem is an MS-DOS command. There ain't no such thing on RH 4.2. You
could write an analog yourself with

        #!/bin/sh
        cat /proc/meminfo

IIRC, there is an X app named xmem or xmemory, but I'm not sure what it
does. Give that a whirl.

DL


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to