系统管理员编写扫描临时文件的shell程序tmpsc.sh, 测试该程序时提示拒绝执行,解决的方法有( )
chmod 644 tmpsc.sh
chmod 755 tmpsc.sh
chmod a+x tmpsc.sh
chmod u+x tmpsc.sh