たとえば、ペアへのアクセスを開くには、/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/*
関連(より簡単な)質問:フォルダとすべての親ディレクトリの読み取りおよび書き込み権限の設定