본문 바로가기

OS/Linux

[NFS mount] touch: cannot touch `1': 허가 거부됨

# mount -t nfs4 192.168.80.1:/ /mnt/Backup

# cd /mnt/Backup/

# touch 1

touch: cannot touch `1': 허가 거부됨



192.168.80.1 서버의 디렉토리에 쓰기 권한이 없어서 허가 거부됨.

chmod 755 로 서버쪽의 디렉토리에 사용권한을 부여후 쓰기 가능.