如何将/etc/passwd这个文件的属主改变成root()
A:chgrp root /etc/passwd
B:chown root /etc/passwd
C:chown test /etc/passwd
D:chgrp test /etc/passwd
出自:移动L1认证