Linux 박스에 네트워크 공유 장치를 설치하려고 합니다. 권한 문제가 있었지만 다른 Linux 서버에 올바르게 설치되었습니다. 작동하는 서버의 유일한 차이점은 +
끝에 권한이 있다는 것입니다. 누구든지 그것이 무엇인지, 그리고 그것이 실패한 Linux에서 동일한 권한을 어떻게 설정할 수 있는지 설명할 수 있습니까?
업무용 컴퓨터의 폴더 권한
drwxr-xr-x+ 14 root root 32 Jan 1 12:02 shared_folder
getfacl: Removing leading '/' from absolute path names
# file: shared_folder
# owner: root
# group: root
user::rwx
group::r-x
mask::rwx
other::r-x
업무용이 아닌 컴퓨터에 대한 폴더 권한
drwxr-xr-x 14 root root 32 Jan 1 12:02 shared_folder
getfacl: Removing leading '/' from absolute path names
# file: shared_folder
# owner: root
# group: root
user::rwx
group::r-x
other::r-x
아래 acl 권한을 수정해 보았지만 작동하지 않았습니다.
setfacl -m mask:rwx /software
setfacl: /software: Operation not supported