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
|
|
|
|
# dd
|
|
|
|
|
|
|
|
|
|
> تبدیل و کپی یک فایل.
|
2023-11-06 17:44:12 +00:00
|
|
|
|
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/dd>.
|
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
|
|
|
|
|
|
|
|
|
- یک حافظه قابل حمل با قابلیت بوت شدن میسازد، برای مثال `archlinux-xxx.iso` :
|
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if={{path/to/file.iso}} of=/dev/{{usb_drive}}`
|
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
|
|
|
|
|
2023-10-26 18:31:26 +01:00
|
|
|
|
- محتویات یک درایو را در مکانی دیگر با بلوک های 4 مگابایتی کپی و همچنین از خطاها صرف نظر میکند:
|
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
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if=/dev/{{source_drive}} of=/dev/{{dest_drive}} bs={{4194304}} conv={{noerror}}`
|
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
|
|
|
|
|
|
|
|
|
- یک فایل ۱۰۰ بایتی تصادفی با استفاده از درایور تصادفی هسته بسازید:
|
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if=/dev/urandom of={{path/to/random_file}} bs={{100}} count={{1}}`
|
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
|
|
|
|
|
|
|
|
|
- عملکرد نوشتن دیسک را بسنجید:
|
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if=/dev/zero of={{path/to/file_1GB}} bs={{1024}} count={{1000000}}`
|
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
|
|
|
|
|
|
|
|
|
- یک پشتیبان از سیستم را در یک فایل IMG میسازد :
|
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if={{/dev/drive_device}} of={{path/to/file.img}}`
|
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
|
|
|
|
|
|
|
|
|
- یک درایو را از یک فایل IMG بازیابی کنید:
|
|
|
|
|
|
2024-01-05 10:18:59 +00:00
|
|
|
|
`dd if={{path/to/file.img}} of={{/dev/drive_device}}`
|