Guest User

Untitled

a guest
May 27th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. $ cd /sys/class/backlight/intel_backlight
  2. $ $ ls -l
  3. total 0
  4. -r--r--r--. 1 root root 4096 May 27 22:09 actual_brightness
  5. -rw-r--r--. 1 root root 4096 May 27 22:17 bl_power
  6. -rw-r--r--. 1 root root 4096 May 27 22:17 brightness
  7. lrwxrwxrwx. 1 root root 0 May 27 22:09 device -> ../../card0-eDP-1
  8. -r--r--r--. 1 root root 4096 May 27 22:17 max_brightness
  9. drwxr-xr-x. 2 root root 0 May 27 22:09 power
  10. lrwxrwxrwx. 1 root root 0 May 24 17:12 subsystem -> ../../../../../../../class/backlight
  11. -r--r--r--. 1 root root 4096 May 27 22:17 type
  12. -rw-r--r--. 1 root root 4096 May 27 22:17 uevent
  13. $ getfacl bl_power brightness
  14. # file: bl_power
  15. # owner: root
  16. # group: root
  17. user::rw-
  18. group::r--
  19. other::r--
  20.  
  21. # file: brightness
  22. # owner: root
  23. # group: root
  24. user::rw-
  25. group::r--
  26. other::r--
Add Comment
Please, Sign In to add comment