文件目录data当前权限为rwx --- ---,只需要增加用户组可读权限,但不允许写操作,具体方法为:
chmod +050 data
chmod +040 data
chmod +005 data
chmod +004 data