Results 1 to 4 of 4

Thread: How to check processor and other system configuration in linux

  1. #1
    Join Date
    Jul 2009
    Posts
    58

    How to check processor and other system configuration in linux

    How to check processor and other system configuration in linux? I know this is easy in windows operating system, I could do it with running msinfo32 and all the system and other information in complete detail would appear. Now how to do it in linux? Help guys...

  2. #2
    Join Date
    Apr 2008
    Posts
    3,267

    Re: How to check processor and other system configuration in linux

    You can check the memory configuration from the file locates at this location : "/proc/" The complete path is : /proc/meminfo Type in terminal to see the content in terminal itself :
    Code:
    cat /proc/meminfo
    Hope this helps...

  3. #3
    Join Date
    May 2008
    Posts
    4,085

    Re: How to check processor and other system configuration in linux

    Try these commands. Open terminal and type them :
    Code:
    cat /proc/cpuinfo
    cat /proc/meminfo
    lspci
    Hope this helps...

  4. #4
    Join Date
    Jul 2009
    Posts
    58

    Re: How to check processor and other system configuration in linux

    Hey Solomon, Thanks a ton, This is exactly what i want... Thanks again...

Similar Threads

  1. Configuration check
    By hagrid_aragog in forum Hardware Peripherals
    Replies: 1
    Last Post: 10-07-2011, 12:27 AM
  2. How to check whether a processor is 32- bit or 64-bit
    By X-quisite in forum Motherboard Processor & RAM
    Replies: 6
    Last Post: 16-11-2010, 07:46 AM
  3. How to check if processor is working?
    By Bricklayer in forum Motherboard Processor & RAM
    Replies: 3
    Last Post: 30-06-2010, 05:07 PM
  4. Check the Performance of Processor
    By Jiten W in forum Windows Software
    Replies: 3
    Last Post: 09-09-2009, 12:50 PM
  5. Replies: 2
    Last Post: 09-07-2009, 03:36 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,663,711.33757 seconds with 16 queries