Files
cheatsheet-tldr/tldr/linux/sensors

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`