iproute 어디에 있나요?
작성자 정보
- 김후주 작성
- 작성일
컨텐츠 정보
- 1,608 조회
- 0 추천
- 목록
본문
혹시 ip 명령어에 대한 것이 아닐런지요..
ip명령어에 대한 것이라면...간단히 man페이지의 옵션부분을 참고하십시요.
도움이 될런지는 모르겠네요..
OPTIONS
-V, -Version
print the version of the ip utility and exit.
-s, -stats, -statistics
output more information. If the option appears twice or more,
the amount of information increases. As a rule, the information
is statistics or some time values.
-f, -family
followed by protocol family identifier: inet, inet6 or link
,enforce the protocol family to use. If the option is not
present, the protocol family is guessed from other arguments.
If the rest of the command line does not give enough information
to guess the family, ip falls back to the default one, usually
inet or any. link is a special family identifier meaning that
no networking protocol is involved.
-4 shortcut for -family inet.
-6 shortcut for -family inet6.
-0 shortcut for -family link.
-o, -oneline
output each record on a single line, replacing line feeds with
the ?쇑 character. This is convenient when you want to count
records with wc(1)
or to grep(1) the output.
-r, -resolve
use the system?셲 name resolver to print DNS names instead of
host addresses.
관련자료
-
이전
-
다음