mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
ifconfig: add Arabic translation (#15530)
This commit is contained in:
parent
81ba2a6d23
commit
6c3110e895
1 changed files with 24 additions and 0 deletions
24
pages.ar/common/ifconfig.md
Normal file
24
pages.ar/common/ifconfig.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue