본문 바로가기

OS (Operating System)/Linux

리눅스(Linux) IP주소 확인

728x90
// ip 확인 명령어
hostname-I
ip addr
ifconfig

// wget 명령어가 없으면
sudo apt install wget -y

// ifconfig, netstat 없으면
sudo apt install net-tools

 

728x90