System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.