diff --git a/pages/linux/sensors.md b/pages/linux/sensors.md new file mode 100644 index 0000000000..4ffba46a5b --- /dev/null +++ b/pages/linux/sensors.md @@ -0,0 +1,11 @@ +# sensors + +> Report sensors information. + +- Show the current readings of all sensor chips: + +`sensors` + +- Show temperatures in degrees Fahrenheit: + +`sensors --fahrenheit`