summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/arp.md
blob: 844c9319b1ad3e61de2bf222a98f26694411e3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Name

arp - display ARP cache

## Synopsis

```**sh
# arp
```

## Description

This program run as root displays IP and MAC addresses of devices in local network.

ARP stands for Address Resolution Protocol, which is used to find devices in local network.

## Examples

```sh
# arp
Address          HWaddress
192.168.1.1      52:54:00:12:34:56
```