HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

sensors — Report sensors information. More information: <https://manned.org/sensors>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandreportcliinformationsensorsmore
linux

Problem

How to use the sensors command: Report sensors information. More information: <https://manned.org/sensors>.

Solution

sensors — Report sensors information. More information: <https://manned.org/sensors>.

Show the current readings of all sensor chips:
sensors


Show temperatures in degrees Fahrenheit:
sensors --fahrenheit

Code Snippets

Show the current readings of all sensor chips

sensors

Show temperatures in degrees Fahrenheit

sensors --fahrenheit

Context

tldr-pages: linux/sensors

Revisions (0)

No revisions yet.