linux给角色赋予操作文件的权限

chown -R user:user ./fileName
 
赋予fileName目录给user权限 
 
chmod 760 ./fileName