Nov 19, 2002 #1 evilgreg Programmer Apr 7, 2002 7 GB Hi All, Anyone know how I can find out my system processor type/speed + memory from the command line? Thanks in advance
Hi All, Anyone know how I can find out my system processor type/speed + memory from the command line? Thanks in advance
Nov 19, 2002 #2 fluffybunny MIS Jun 20, 2002 64 MY yes, go to the /proc directory and do a cat cpuinfo or a cat meminfo, or you can go to the /var/log and do a vi dmesg to get all relevant info. Though some commands may be able to achieve the necessary output, I am not familiar with those. Somebody else wanna chip in ??? Regards. Upvote 0 Downvote
yes, go to the /proc directory and do a cat cpuinfo or a cat meminfo, or you can go to the /var/log and do a vi dmesg to get all relevant info. Though some commands may be able to achieve the necessary output, I am not familiar with those. Somebody else wanna chip in ??? Regards.