add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/ledctl.md Normal file
View File

@@ -0,0 +1,20 @@
# ledctl
> 英特尔(R) 外壳 LED 控制应用程序。
> 更多信息:<https://manned.org/ledctl>。
- 为指定设备打开 "定位" LED
`sudo ledctl locate={{/dev/sda,/dev/sdb,...}}`
- 为指定设备关闭 "定位" LED
`sudo ledctl locate_off={{/dev/sda,/dev/sdb,...}}`
- 为指定设备关闭 "状态" LED 和 "故障" LED
`sudo ledctl off={{/dev/sda,/dev/sdb,...}}`
- 为指定设备关闭 "状态" LED、"故障" LED 和 "定位" LED
`sudo ledctl normal={{/dev/sda,/dev/sdb,...}}`