ubuntu 20.04 환경에서
ip 를 확인하기 위해서 ifconfig 명령어를 입력한다.
ubuntu@dev1990:~$ ifconfig
Command 'ifconfig' not found, but can be installed with:
sudo apt install net-tools
net-tools 을 설치해야 ip를 확인 할 수 있다.
ubuntu@dev1990:~$ sudo apt update
ubuntu@dev1990:~$ sudo apt install net-tools
ubuntu@dev1990:~$ ifconfig
'Server > Oracle Cloud Infrastructure' 카테고리의 다른 글
[Oracle] redis install (Ubuntu 20.04) (0) | 2022.10.11 |
---|---|
[Oracle] Golang install (Ubuntu 20.04) (0) | 2022.10.01 |
[Oracle] git 설치 (Ubuntu 20.04) (0) | 2022.10.01 |
[Oracle] Nginx 설치 (Ubuntu 20.04) (0) | 2022.09.20 |
[Oracle] SSH Key 추가 등록 (0) | 2022.09.19 |