mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
ledctl: add page (#7776)
This commit is contained in:
parent
fe3a6efb95
commit
8627e23964
1 changed files with 20 additions and 0 deletions
20
pages/linux/ledctl.md
Normal file
20
pages/linux/ledctl.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# ledctl
|
||||
|
||||
> Intel(R) Enclosure LED Control Application.
|
||||
> More information: <https://manned.org/ledctl>.
|
||||
|
||||
- Turn on the "Locate" LED for specified device(s):
|
||||
|
||||
`sudo ledctl locate={{/dev/sda,/dev/sdb,...}}`
|
||||
|
||||
- Turn off the "Locate" LED for specified device(s):
|
||||
|
||||
`sudo ledctl locate_off={{/dev/sda,/dev/sdb,...}}`
|
||||
|
||||
- Turn off the "Status" LED and "Failure" LED for specified device(s):
|
||||
|
||||
`sudo ledctl off={{/dev/sda,/dev/sdb,...}}`
|
||||
|
||||
- Turn off the "Status" LED, "Failure" LED and "Locate" LED for specified device(s):
|
||||
|
||||
`sudo ledctl normal={{/dev/sda,/dev/sdb,...}}`
|
Loading…
Add table
Reference in a new issue