chmod,chown,clear,cmp,dd,df,diff,echo,export,grep,head,ifconfig, translation-templates/*: add Farsi translation (#10543)
* common/*: add Farsi translation * contributing-guides/alias-pages.md subcommand-mention.md: added Farsi translation * Update pages.fa/common/chmod.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * Update pages.fa/common/chmod.md Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pages.fa/common/chmod cmp dd df diff echo grep ifconfig: reviewed and fix translations * common-arguments: add Farsi translation --------- Co-authored-by: mortalpuppet <misagh.sj@mgail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
24
pages.fa/common/ifconfig.md
Normal file
24
pages.fa/common/ifconfig.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# ifconfig
|
||||
|
||||
> تنظیم کننده رابط های شبکه.
|
||||
> اطلاعات بیشتر: <https://net-tools.sourceforge.io/man/ifconfig.8.html>.
|
||||
|
||||
- نمایش تنظیمات شبکه یک کارت شبکه :
|
||||
|
||||
`ifconfig eth0`
|
||||
|
||||
- نمایش جزئیات تمامی رابط ها، مشمول رابط های غیرفعال میشود :
|
||||
|
||||
`ifconfig -a`
|
||||
|
||||
- غیرفعال کردن رابط eth0 :
|
||||
|
||||
`ifconfig eth0 down`
|
||||
|
||||
- فعال کردن رابط eth0 :
|
||||
|
||||
`ifconfig eth0 up`
|
||||
|
||||
- اختصاص آدرس ای پی به رابط eth0 :
|
||||
|
||||
`ifconfig eth0 {{آدرس_ای_پی}}`
|
Reference in New Issue
Block a user