ifconfig: add Arabic translation (#15530)

This commit is contained in:
Machiavelli
2025-01-20 22:32:20 +05:30
committed by GitHub
parent 81ba2a6d23
commit 6c3110e895
+24
View File
@@ -0,0 +1,24 @@
# ifconfig
> مُكوِّن واجهة الشبكة.
> لمزيد من التفاصيل: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
- عرض إعدادات الشبكة لواجهة محددة:
`ifconfig {{interface_name}}`
- عرض تفاصيل جميع الواجهات، بما في ذلك الواجهات المعطلة:
`ifconfig -a`
- تعطيل واجهة محددة:
`ifconfig {{interface_name}} down`
- تمكين واجهة محددة:
`ifconfig {{interface_name}} up`
- تعيين عنوان IP لواجهة محددة:
`ifconfig {{interface_name}} {{ip_address}}`