From b3c4034a0a58b8c21bdb20f8c23b341ff40547b0 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Thu, 26 Mar 2020 17:49:00 +0800 Subject: [PATCH] sensors: add page (#3931) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Zlatan Vasović --- pages/linux/sensors.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/sensors.md 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`