Skip to content

Commit

Permalink
ifconfig: add Arabic translation (#15530)
Browse files Browse the repository at this point in the history
  • Loading branch information
MachiavelliII authored Jan 20, 2025
1 parent 81ba2a6 commit 6c3110e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages.ar/common/ifconfig.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 6c3110e

Please sign in to comment.