ifconfig: command not found
가 나오는 경우 당황하지 말자.
동일한 명령어로
ip a
라고 입력하면 된다.
굳이 ifconfig를 사용해야 한다면
# sudo apt-get install net-tools
로 설치하면 ifconfig가 동작한다.
단순히 IP만 확인하고자 한다면
$ hostname -I