예를 들어 쌍에 대한 액세스를 열려면 /sys/bus/usb/devices/1-1/
다음을 수행합니다.
chmod a+x /sys/bus/
chmod a+x /sys/bus/usb/
chmod a+x /sys/bus/usb/devices/
# files in "devices" are symlinks
chmod a+x /sys/devices
chmod a+x /sys/devices/pci0000:00/
chmod a+x /sys/devices/pci0000:00/0000:00:1a.0
chmod a+x /sys/devices/pci0000:00/0000:00:1a.0/usb1
chmod a+x /sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1
한 단계로 어떻게 할 수 있나요? 나는 다음과 같은 것을하고 싶다
chgrp_alt usb -R /sys/bus/usb/devices/*
chmod_alt g+rX -R /sys/bus/usb/devices/*
관련 (더 간단한) 질문:폴더 및 모든 상위 디렉터리에 대한 읽기 및 쓰기 권한 설정