在Linux FC5系统中,更改/opt/target/目录及其下全部子目录和文件的所有者为tom,属组为apache。执行命令

分类: 网络安全单选题 发布时间: 2023-12-01 12:13 浏览量: 0

在Linux FC5系统中,更改/opt/target/目录及其下全部子目录和文件的所有者为tom,属组为apache。执行命令()

A.chgrp tom -R /opt/target chown apache -R /opt/target

B.chown tom:apache -R /opt/target

C.chgrp tom:apache -R /opt/target

D.chmod tom:apache -R /opt/target

正确答案是B