1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 18:55:26 +02:00
tldr/pages.ar/common/arp.md
Machiavelli cdab6888cf
arp, host, pkill, watch, hostnamectl: add Arabic translation (#16082)
* arp, host, pkill, watch, hostnamectl: add Arabic translation
2025-04-06 03:44:43 +02:00

353 B

arp

عرض وإدارة ذاكرة التخزين المؤقت لـ ARP في النظام. لمزيد من التفاصيل: https://manned.org/arp.8.

  • عرض جدول ARP الحالي:

arp -a

  • حذف إدخال معين:

arp -d {{address}}

  • إضافة إدخال جديد إلى جدول ARP:

arp -s {{address}} {{mac_address}}