mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 18:42:08 +00:00
18 lines
312 B
Plaintext
18 lines
312 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|