mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 06:48:09 +00:00
Update cheatsheets
This commit is contained in:
25
linux/ledctl
Normal file
25
linux/ledctl
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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,...}}`
|
||||
Reference in New Issue
Block a user