1sensors(1) Linux User's Manual sensors(1)
2
3
4
6 sensors - print sensors information
7
9 sensors [ options ] [ chips ]
10 sensors -s [ chips ]
11 sensors --bus-list
12
13
15 sensors is used to show the current readings of all sensor chips.
16 sensors -s is used to set all limits as specified in the configuration
17 file.
18 sensors --bus-list is used to generate bus statements suitable for the
19 configuration file.
20
21
23 -c, --config-file config-file
24 Specify a configuration file. If no file is specified, the lib‐
25 sensors default configuration file is used. Use `-c /dev/null'
26 to temporarily disable this default configuration file.
27
28 -h, --help
29 Print a help text and exit.
30
31 -s, --set
32 Evaluate all `set' statements in the configuration file and
33 exit. You must be `root' to do this. If this parameter is not
34 specified, no `set' statement is evaluated.
35
36 -A, --no-adapter
37 Do not show the adapter for each chip.
38
39 -u Raw output. This mode is suitable for debugging and for post-
40 processing of the output by scripts. It is also useful when
41 writing a configuration file because it shows the raw input
42 names which must be referenced in the configuration file.
43
44 -j Json output. This mode is suitable for post-processing of the
45 output by scripts.
46
47 -v, --version
48 Print the program version and exit.
49
50 -f, --fahrenheit
51 Print the temperatures in degrees Fahrenheit instead of Celsius.
52
53 --bus-list
54 Generate bus statements suitable for using in sensors.conf. Such
55 bus statements are only needed if you have several chips sharing
56 the same address on different buses of the same type. As bus
57 numbers are usually not guaranteed to be stable over reboots,
58 these statements let you refer to each bus by its name rather
59 than numbers.
60
62 /etc/sensors3.conf
63 /etc/sensors.conf
64 The system wide configuration file. See sensors.conf(5) for fur‐
65 ther details.
66
67
69 sensors.conf(5), sensors-detect(8).
70
71
73 Frodo Looijaard and the lm_sensors group https://hwmon.wiki.ker‐
74 nel.org/lm_sensors
75
76
77
78
79
80lm-sensors 3 November 2012 sensors(1)