From a5462632cf25941ccf8b9f436eca1a287d0b8175 Mon Sep 17 00:00:00 2001 From: zyimm Date: Fri, 1 Nov 2024 18:21:52 +0800 Subject: [PATCH] =?UTF-8?q?:art:Ubuntu=E4=B8=8B=E6=A3=80=E6=9F=A5=E7=94=B5?= =?UTF-8?q?=E6=B1=A0=E5=81=A5=E5=BA=B7=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ubuntu/check-laptop-battery-health-ubuntu-command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/Linux/ubuntu/check-laptop-battery-health-ubuntu-command-line.md b/_posts/Linux/ubuntu/check-laptop-battery-health-ubuntu-command-line.md index 81a5f88..4b659db 100644 --- a/_posts/Linux/ubuntu/check-laptop-battery-health-ubuntu-command-line.md +++ b/_posts/Linux/ubuntu/check-laptop-battery-health-ubuntu-command-line.md @@ -14,7 +14,7 @@ tags: 1. 打开终端,输入命令`upower --enumerate` 2. 复制打印的电池路径(通常以 结尾_BAT0),比如我的电池路径是`/org/freedesktop/UPower/devices/battery_BATT` 3. 输入upower -i 并粘贴2中的电池设备路径 - + 执行结果如下图: ![[alt text](image.png)](https://www.zyimm.com/images/media/20241101/a9f8daad150af13472ac49174a1601e0.png)