在 CentOS7 中使用 scp 时出现“bash: ifconfig: command not found”

在 CentOS7 中使用 scp 时出现“bash: ifconfig: command not found”

当我使用 scp 时出现以下错误:

$ scp -i key.pem a.tar.gz [email protected]:.
bash: ifconfig: command not found
a.tar.gz                                 100%   25MB 147.0MB/s   00:00
$ type scp
scp is hashed (/usr/bin/scp)  

文件已成功发送,但这个错误让我很恼火。net-tools 已按照指南进行设置,但没有任何变化。(https://stackoverflow.com/questions/24839810/ifconfig-command-not-found

我在 VMware 上使用 CentOS,并且 IP 172.168.2.130 是同一台机器。

有任何想法吗?

相关内容