System Grab Bag

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

light

Control the backlight of your screen. More information: https://manned.org/light.
  • Get the current backlight value in percent:
    light
  • Set the backlight value to 50 percent:
    light -S {{50}}
  • Reduce 20 percent from the current backlight value:
    light -U {{20}}
  • Add 20 percent to the current backlight value:
    light -A {{20}}

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.