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>
2023-08-09 14:57:36 +01:00
|
|
|
# df
|
|
|
|
|
|
|
|
> یک نمای کلی از میزان استفاده فضای دیسک و سیستم فایل ارائه میدهد.
|
2024-01-09 09:01:59 +00:00
|
|
|
> اطلاعات بیشتر: <https://manned.org/df.1posix>.
|
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>
2023-08-09 14:57:36 +01:00
|
|
|
|
|
|
|
- نمایش تمامی سیستمهای فایل و فضای دیسک آنها :
|
|
|
|
|
|
|
|
`df`
|
|
|
|
|
|
|
|
- نمایش تمامی سیستمهای فایل و استفاده از حالت خوانا برای فضای دیسک آنها :
|
|
|
|
|
|
|
|
`df -h`
|
|
|
|
|
|
|
|
- نمایش سیستمفایل و فضای دیسک آن شامل فایل یا دایرکتوری داده شده :
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
`df {{path/to/file_or_directory}}`
|
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>
2023-08-09 14:57:36 +01:00
|
|
|
|
|
|
|
- نمایش آمار تعداد درایوهای آزاد :
|
|
|
|
|
|
|
|
`df -i`
|
|
|
|
|
|
|
|
- نمایش سیستمهای فایل با حذف انواع مشخص شده :
|
|
|
|
|
|
|
|
`df -x {{squashfs}} -x {{tmpfs}}`
|