tldr/pages.fa/common/mkdir.md

17 lines
512 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# mkdir
> ساخت پوشه ها و تنظیم مجوز آنها.
> اطلاعات بیشتر: <https://www.gnu.org/software/coreutils/mkdir>.
- ساخت پوشه مشخص:
`mkdir {{path/to/directory1 path/to/directory2 ...}}`
- ساخت پوشه های مشخص به همراه پوشه های والد در صورت نیاز:
`mkdir -p {{path/to/directory1 path/to/directory2 ...}}`
- ساخت پوشه با مجوز های خاص:
`mkdir -m {{rwxrw-r--}} {{path/to/directory1 path/to/directory2 ...}}`