• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

light: command not found

by Deepika

light is a command line tool used to control the backlight of a computer screen. It allows you to adjust the brightness of your screen from the terminal, making it useful for situations where you don’t have access to the GUI or when you need to automate this task through a script.

If you encounter the below error while running the command light:

light: command not found

you may try installing the below package as per your choice of distribution:

Distribution Command
Arch Linux pacman -S light
Fedora dnf install light

light Command Examples

1. Get the current backlight value in percent:

# light

2. Set the backlight value to 50 percent:

# light -S 50

3. Reduce 20 percent from the current backlight value:

# light -U 20

4. Add 20 percent to the current backlight value:

# light -A 20

Filed Under: Linux

Some more articles you might also be interested in …

  1. fsck: command not found
  2. gnome-screenshot: command not found
  3. amass – In-depth Attack Surface Mapping and Asset Discovery tool
  4. assimp: Command-line client for the Open Asset Import Library
  5. upower Command Examples in Linux
  6. CentOS / RHEL 5 : How to configure Interface bonding (NIC teaming)
  7. lpr Command Examples in Linux
  8. basename Command Examples (Remove leading directory portions from a path)
  9. macof: command not found
  10. Linux OS service ‘dhcpd’

You May Also Like

Primary Sidebar

Recent Posts

  • dillo: A lightweight web browser intended for slow computers
  • dig: DNS lookup utility
  • diffstat: Create a histogram from the output of the diff command
  • diffoscope: Compare files, archives, and directories

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright