增加温度传感器文件.

Signed-off-by: rick.chan <cy187lion@sina.com>
This commit is contained in:
rick.chan 2023-07-12 17:06:46 +08:00
parent 67af2c30e4
commit bb4c3e3d8c
1 changed files with 24 additions and 23 deletions

View File

@ -3,7 +3,7 @@
## 常用目录/文件
| Directory | Description |
|------------------------------------------------|--------------------|
|-------------------------------------------------------------|--------------------|
| /etc/systemd/system | Systemd 服务配置目录 |
| /lib/firmware | 设备固件目录,该目录下保存着设备运行时所需的固件程序 |
| /lib/systemd/system | Systemd unit files 一般指向 /usr/lib/systemd/system |
@ -15,6 +15,7 @@
| /sys/class/drm | DRM 子系统参数等 |
| /sys/class/net/\<interface\>/carrier | 网卡 Up 且网线联通状态下能够读取到 1,否则为 0 |
| /sys/devices/system/cpu | 系统 CPU 状态、信息和控制 |
| /sys/devices/virtual/therma\<n\>/therma\<n\>_zone\<m\>/temp | CPU Core 温度传感器信息 |
| /sys/firmware | Device Tree 目录展开 |
| /usr/lib/fonts | Linux 字体文件夹 |
| /usr/lib/systemd/user | 依赖于 Systemd user 的服务 |