Code:
feathers-mcgraw@62-West-Wallaby-Street:~$ sudo ls -l /sys/kernel/debug/vgaswitcheroo/switch [sudo] password for feathers-mcgraw: -rw-r--r-- 1 root root 0 Sep 4 2013 /sys/kernel/debug/vgaswitcheroo/switch
Also, I needed to use sudo to even list the permissions, which is strange - everyone has read access, isn't that what would be needed to read the file information?
Code:
feathers-mcgraw@62-West-Wallaby-Street:~$ ls -l /sys/kernel/debug/vgaswitcheroo/switch ls: cannot access /sys/kernel/debug/vgaswitcheroo/switch: Permission denied
Comment