RSSAmplifier

Mountain Of Code · Mar 12, 2026

🌡 Reading System Temperature Sensors

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

I always thought that to read temperature sensors on a Linux machine, you had to reach for a package like sensors . You don't. Like lots of things in Linux, the standard temperature sensor values are exposed as virtual files: cat /sys/class/thermal/thermal_zone*/temp 27800 20000 88000 88000 That will give you the raw sensor value in milli°C, so divide by 1,000 to get °C. You can get the name of…

Read on /linux-temperature-sensors

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.