1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-18 01:15:24 +02:00

mtr: update Arabic more info link (#17140)

* mtr: update Arabic more info link

* add short options
This commit is contained in:
Machiavelli 2025-07-07 19:39:02 +03:00 committed by GitHub
parent 77de9ca32a
commit 5b7fcf7a8e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# mtr
> أداة Matt's Traceroute: تجمع بين traceroute و ping.
> لمزيد من التفاصيل: <https://www.bitwizard.nl/mtr/>.
> لمزيد من التفاصيل: <https://manned.org/mtr>.
- تتبع المسار إلى مضيف وإرسال حزم ping مستمرة لجميع النقاط الوسيطة:
@ -9,11 +9,11 @@
- تعطيل تعيين عناوين IP وأسماء المضيفين:
`mtr --no-dns {{example.com}}`
`mtr {{[-n|--no-dns]}} {{example.com}}`
- عرض المخرجات بعد إرسال 10 حزم ping لكل نقطة:
`mtr --report-wide {{example.com}}`
`mtr {{[-w|--report-wide]}} {{example.com}}`
- فرض استخدام IPv4 أو IPv6:
@ -21,12 +21,12 @@
- الانتظار لوقت محدد (بالثواني) قبل إرسال حزمة أخرى إلى نفس النقطة:
`mtr --interval {{10}} {{example.com}}`
`mtr {{[-i|--interval]}} {{10}} {{example.com}}`
- عرض رقم النظام المستقل (ASN) لكل نقطة:
`mtr --aslookup {{example.com}}`
`mtr {{[-z|--aslookup]}} {{example.com}}`
- عرض كل من عنوان IP والاسم العكسي لـ DNS:
`mtr --show-ips {{example.com}}`
`mtr {{[-b|--show-ips]}} {{example.com}}`