hostname을 이용해서 자기 자신의 아이피 를 받아 올수 있다.
$ hostname -i 127.0.0.1 $ hostname -I 192.168.10.11 |
-i, --ip-address Display the IP address(es) of the host. Note that this works only if the host name can be resolved. Avoid using this option; use hostname --all-ip-addresses instead. -I, --all-ip-addresses Display all network addresses of the host. This option enumerates all configured addresses on all network interfaces. The loopback interface and IPv6 link-local addresses are omitted. Contrary to option -i, this option does not depend on name resolution. Do not make any assumptions about the order of the output. |
'Linux' 카테고리의 다른 글
dri drm ddx (0) | 2016.10.23 |
---|---|
fdisk 파티션이 2048 부터 시작하는 이유 (0) | 2016.10.22 |
파티션 label 변경하기 (0) | 2016.10.15 |
구버전 사용시 호환(?) (0) | 2016.10.12 |
strip 된 so 파일의 symbol 보기 (0) | 2016.09.21 |