Disable status leds on a Raspberry Pi

Created at 2024-02-25 19:51
Last edited at 2024-07-27 19:40

Switch to the root user

sudo su

Disable the power led

echo 0 > /sys/class/leds/PWR/brightness

Disable the activity led

echo 0 > /sys/class/leds/ACT/brightness