當我使用 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是同一台機器。
有任何想法嗎?