mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 13:35:44 +02:00
arp: add Turkish translation (#8774)
This commit is contained in:
parent
7b569748f6
commit
a52bdc29b3
1 changed files with 20 additions and 0 deletions
20
pages.tr/common/arp.md
Normal file
20
pages.tr/common/arp.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue