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

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version