Browse Source

arp: add Spanish translation (#12814)

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
teboarte 10 tháng trước cách đây
mục cha
commit
90fc106e88
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      pages.es/common/arp.md

+ 16 - 0
pages.es/common/arp.md

@@ -0,0 +1,16 @@
+# arp
+
+> Muestra y manipula la caché ARP del sistema.
+> Más information: <https://manned.org/arp>.
+
+- Muestra la tabla ARP actual:
+
+`arp -a`
+
+- Borra una entrada específica:
+
+`arp -d {{dirección}}`
+
+- Añade una nueva entrada en la tabla ARP:
+
+`arp -s {{dirección}} {{dirección_mac}}`