Ubuntu Linux
우분투 리눅스 IP주소 확인하기
SmartPro
2020. 10. 12. 14:04
1. hostname 명령어
# hostname -I (대문자i)
192.168.0.42
2. ip 명령어
# ip addr show
3. ifconfig 명령어
# ifconfig
※ ifconfig가 안될 때
#sudo apt install net-tools