TestingDocs.com
    Software Testing website
    • Automation
      • Selenium
      • JBehave Framework
    • Tutorials
      • MySQL Tutorials
      • Testlink
      • Maven
      • Git
    • IDEs
      • IntelliJ IDEA
      • Eclipse
    • Flowcharts
      • Flowgorithm
      • Raptor
    • About

    Fedora

    View Hardware Configuration of Fedora machine

    Overview

    To know the hardware configuration of the Linux machine we can use the lshw command. In this tutorial, we will learn the steps to install and issue the command on Fedora Linux machine.

    Environment:

    Fedora Linux machine.

    lshw

    lshw is the list hardware Linux command. The tool reports the hardware configuration on the machine. This includes motherboard and firmware configuration, memory and CPU configuration,  cache and bus speed configuration, etc.

    Install

    Command to install lshw

    Launch the terminal window and issue the following command.

    $ sudo yum install lshw

    Enter the user credentials.

    Install lshw Fedora Linux

    Help command

    To know more information and command line switches for the command use the man command.

    $ man lshw

    View Information

    To view the hardware configuration issue the command. Launch the terminal and issue the lshw command.

    $ lshw

    The tool output is verbose and to extract specific information we can use the class command line switch. For example to extract CPU configuration, we can use the command:

    $ lshw -class CPU | more

     

    Fedora CPU Information

    Related Posts

    Fedora Linux Updates

    Fedora /

    Install System Updates on Fedora Linux

    Eclipse Fedora Install

    Fedora /

    Install Eclipse on Fedora Linux

    ‹ Install Eclipse on Fedora Linux› Install System Updates on Fedora Linux

    Recent Posts

    • ChatGPT Subscription Plans
    • Stellar Converter for Database
    • Stellar Log Analyzer for MySQL
    • Stellar Repair for MySQL
    • ChatGPT Capabilities
    • How to secure your SQL Database: Tips and Tricks
    • ChatGPT4 Conversational AI Features
    • Shaping the Future of Development: Exploring Key Trends in Software Engineering
    • Improving Java Performance with Multithreading
    • Open-source Vector Databases

    Back to Top

    Links

    • Contact
    • Privacy Policy
    • Cookie Policy

    www.TestingDocs.com