Philip S Tellis wrote:
On Thu, 25 Jul 2002, Manish Jethani wrote:
How can I view the total amount of physical memory, say 256m, available to the system. free(1) shows 250m on my system where I have 256m total.
ls -lH /proc/kcore
Thanks, that's perfect. Also /proc/cpuinfo and /proc/meminfo are useful.
Manish