> > Is there a way to obtain the amount of physical memory installed in a
> > system from within SuSE 10 console? This is for a script.
> 
>   $ cat /proc/meminfo
>   MemTotal:     526525152 kB
>   [...]
>   $

Or to be more specific:
cat /proc/meminfo | grep MemTotal

~Daniel

Reply via email to