在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