mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-06 18:55:26 +02:00
353 B
353 B
arp
عرض وإدارة ذاكرة التخزين المؤقت لـ ARP في النظام. لمزيد من التفاصيل: https://manned.org/arp.8.
- عرض جدول ARP الحالي:
arp -a
- حذف إدخال معين:
arp -d {{address}}
- إضافة إدخال جديد إلى جدول ARP:
arp -s {{address}} {{mac_address}}