autofs(자동 마운트)가 소유한 마운트 지점을 변경하지 못하도록 보호하는 방법.
# chmod 2771 /cust
# ls -ld /cust
drwxrws--x. 2 root root 4096 Mar 13 14:43 /cust
# systemctl start autofs
# ls -ld /cust
drwxr-xr-x 332 root root 0 Mar 14 16:26 /cust
# grep cust auto.master
/cust /etc/auto.cust --ghost
# grep user auto.cust
user :/fs1/cust/&
답변1
nfs 공유를 마운트한 후 마운트 지점의 권한은 nfs 서버의 nfs 폴더에 대한 권한입니다.
nfs 서버의 권한을 변경해 볼 수 있습니다.
chmod 2771 /fs1/cust