1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-16 02:35:44 +02:00

arp: add Turkish translation (#8774)

This commit is contained in:
Mehmet Mallı 2022-10-06 15:45:29 +03:00 committed by GitHub
parent 7b569748f6
commit a52bdc29b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
pages.tr/common/arp.md Normal file
View file

@ -0,0 +1,20 @@
# arp
> Sistemin ARP önbelleğini görüntüle ve manipüle et.
> Daha fazla bilgi: <https://manned.org/arp>.
- Mevcut ARP tablosunu göster:
`arp -a`
- Tüm önbelleği temizle:
`sudo arp -a -d`
- Belirli bir girdiyi sil:
`arp -d {{address}}`
- ARP tablosunda bir girdi oluştur:
`arp -s {{address}} {{mac_address}}`