A-A+
Centos中command not found错误集锦
-bash: nslookup: command not found
-bash: dig: command not found
缺少bind-utils
安装yum -y install bind-utils
-bash: ssh: command not found
-bash: scp: command not found
缺少openssh-clients
安装yum -y install openssh-clients