百度试题 题目下面()命令可以改变test目录中所有文件的权限。 A. $chmod–a755test B. $chmod–R755test C. $chmod–X755test D. chmod–o755test 相关知识点: 试题来源: 解析 B.$chmod–R755test 反馈 收藏
这个命令使用`find`命令来查找指定目录下的所有子目录,然后使用`-exec`选项来执行`chmod`命令。`-type...