0

When I change ownership of /sys/class/backlight/intel_backlight/brightness with chown its ownership changes again to root after system startup.

Braiam
  • 69,112

1 Answers1

0

Use chmod

e.g. to change to executable, do chmod +x /path/to/file.extension

See this answer for a guide on chmod.

Tim
  • 33,500