linux系统默认权限:文件夹的755 下的文件是644
find path -type f -exec chmod 644 {} \;
find path -type d -exec chmod 755 {} \;
Ceph RBD 存储服务集群部署
在 Mac、Linux、Windows 下Go交叉编译