"리눅스 arp"의 두 판 사이의 차이

잔글 (Jmnote 사용자가 리눅스 arp 문서를 /sbin/arp 문서로 옮기면서 넘겨주기를 덮어썼습니다)
(차이 없음)

2014년 5월 13일 (화) 23:55 판

1 개요

/sbin/arp
arp
  • 시스템 ARP 캐시 조작 명령어
[root@jmnote ~]# arp
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.0.1              ether   00:26:68:01:35:79   C                     eth0
192.168.0.16             ether   00:25:79:fb:d1:a3   C                     eth0
[root@jmnote ~]# arp -v
Address                  HWtype  HWaddress           Flags Mask            Iface
192.168.0.1              ether   00:26:68:01:35:79   C                     eth0
192.168.0.16             ether   00:25:79:fb:d1:a3   C                     eth0
Entries: 2	Skipped: 0	Found: 2
[root@jmnote ~]# arp -a 192.168.0.1
? (192.168.0.1) at 00:26:68:01:35:79 [ether] on eth0

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}