Linux command to view machine configuration

  1. view cpu

    more /proc/cpuinfo

    You can view the CPU name and the number of cores

    How to view hardware configuration in Linux system




  2. Check if cpu is 32-bit or 64-bit

    How to view hardware configuration in Linux system




  3. View memory details memory

    more /proc/meminfo

    How to view hardware configuration in Linux system




  4. You can also use free to view memory and available memory

    How to view hardware configuration in Linux system




  5. View hard drives and partitions

    df -h

    How to view hardware configuration in Linux system




  6. View system version information

    uname -a

    How to view hardware configuration in Linux system





  7. can also be used 

    cat /proc/version

    How to view hardware configuration in Linux system

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325732353&siteId=291194637