请问一下各位
我有两个机器 A机器(192.168.1.1) 会挂载 B机器(192.168.1.2)的share目录
mount -t nfs 192.168.116.2:/share /temp
chmod -R o+w /temp (A机器)
chmod -R o+w /share (B机器)
chown -R www:www /temp (A机器)
chown -R www:www /share (B机器)
我想请问如果在temp新增档案, 拥有者和群组都必须是www可以吗?
是不是要在 /etc/exports做设定
我目前使用他都会被转成nfsnobody 或者 root