多项选择题

要将/tmp目录下名字以script字样打头,紧接两个任意字符,以.sh结尾的文件的访问权限改成754,下面哪种做法是正确的?
A、chmod 754 /tmp/script??.sh
B、chmod u=rwx,g=rx,o=r /tmp/script??.sh
C、chmod u+rwx,g+rx,o+r /tmp/script??.sh
D、chmod 754 /tmp/script[??].sh
E、chmod 754 /tmp/script[**].sh

微信扫码免费搜题