mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:32:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			351 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## 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
 | |
| ```
 | 
