linux 禁用命令 可以将 wget curl 命令的权限,改成000 即可。 命令: chmod 000 /usr/bin/curl chmod 000 /usr/bin/wget 正常的事 755