• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Check System Temperature In Linux Ubuntu Command Line

How To Check System Temperature In Linux Ubuntu Command Line

By Sourabh / October 10, 2022 Category: How To, Ubuntu

How to check system temperature in Linux Ubuntu. Here is how to check CPU temperature via command line Ubuntu Systems.

Check CPU temperature in Ubuntu Linux

Open terminal and install the lm-sensors and hddtemp packages in Ubuntu using the command:

sudo apt install hddtemp lm-sensors
sudo apt install lm-sensors
sudo apt install hddtemp

Once installed, run hddtemp command to see SSD and hard drive temperature in Ubuntu. You can also run sensors command to find out CPU temperature in Ubuntu Linux.

apt-cache search lm-sensors
apt-cache search hddtemp
sensors
sudo sensors-detect

If you want to run sensors command repeatedly and to display the temperature on screen, run the following command:

watch sensors

Check HDD temperature in Ubuntu Linux

To see hard disk temperature in Ubuntu Linux, run:

hddtemp
sudo hddtemp SATA:/dev/sda

For the sensors command if you want the temperature to be displayed in Fahrenheit, you can use the command option -f or –Fahrenheit to print/display the temperatures in degrees Fahrenheit instead of Celsius.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap