
# mkdir -p /test/music # created this dir as a root
# chmod g=x,o= /test # rwx--x---
# gpasswd -a x1 root # adding x1 user into the root group
# su - x1 # login as x1
$ cd /test
permission denied
x1
принадлежат к группе root, и у группы есть разрешение на выполнение, то есть x1
она может войти в /test
каталог, но почему в разрешении отказано?