저는 FreeBSD 11의 권한/ACL에 대해 처음 접했지만 이것이 혼란스럽습니다.
root@svr: # su
root@svr: # id
uid=0(root) gid=0(wheel) groups=0(wheel)
root@svr: ls -lt
-rwxrwxr-x+ 1 root wheel 505 Aug 4 01:32 test.sh
root@svr: getfacl test.sh
# file: test.sh
# owner: root
# group: wheel
owner@:rwxpDdaARWcCos:------I:allow
group@:rwxpDdaARWcCos:------I:allow
everyone@:r-x---a-R-c---:------I:allow
root@svr: chmod 755 test.sh
chmod: test.sh: Operation not permitted
나는 루트로 로그인했고, 클래식 권한과 acls는 둘 다 내가 파일을 소유하고 있고 필요한 권한을 가지고 있다고 말합니다(적어도 그들이 그렇게 말하길 바라나요?). chflags는 설정되지 않았습니다(적어도 저는 설정하지 않았습니다). 내가 빠졌나요?
ACL을 사용하면 클래식 권한이 실제로 잠깁니까? 그렇다면 이 명령에 해당하는 ACL은 무엇입니까?