Centos7 ifconfig command not found

最近過去都是使用Centos6,
但隨者Centos7的發行,漸漸有些更新可能會比較偏向Centos7,
因此決定開始練練Centos7。
但是在設定網路的時候
居然
居然
居然!!
使用 ifconfig發生了錯誤
# ifconfig command not found 

google之後才知道,原來
RHEL/Centos7 預設最小安裝不會 ifconfig/netstat 等工具
要安裝 ifconfig 你可以使用以下指令
# yum install net-tools 

留言

這個網誌中的熱門文章

什麼是QEMU ? 什麼是KVM ? 什麼是QEMU-KVM?

[Mac OSX] 如何關閉開機啟動的應用程式?