
# 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
루트 그룹에 속하고 그룹에 실행 권한이 있습니다. 즉, 디렉토리 x1
에 들어갈 수 있어야 하는데 /test
권한이 거부된 이유는 무엇입니까?