ubuntu18 ifconfig: command not foundの解決方法
環境
ubuntu18
現象
$ ifconfig
ifconfig: command not found
解決方法
ip addr show
ip -4 addr show #ipv4のアドレスを表示する場合
ip -6 addr show #ipv6のアドレスを表示する場合
Coding Changes the World
環境
ubuntu18
現象
$ ifconfig
ifconfig: command not found
解決方法
ip addr show
ip -4 addr show #ipv4のアドレスを表示する場合
ip -6 addr show #ipv6のアドレスを表示する場合