nello 发表于 2013-1-31 11:02:24

Linux 给文件夹下所有文件添加执行权限

chmod -R 755 bin
// bin 是所要添加的文件夹名称。
页: [1]
查看完整版本: Linux 给文件夹下所有文件添加执行权限