1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/ledctl.md
2022-04-16 23:14:57 +00:00

563 B

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,...}}