pwd, touch, mv, mkdir, rmdir, find, exa, eza, cat: add and update Korean translation (#12905)
* pages.ko/pwd,touch,mv,mkdir,rmdir,find,exa,eza: add pages * cat: reflect en updates in Korean translation
This commit is contained in:
16
pages.ko/common/mkdir.md
Normal file
16
pages.ko/common/mkdir.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# mkdir
|
||||
|
||||
> 디렉토리를 생성하고 해당 권한을 설정합니다.
|
||||
> 더 많은 정보: <https://www.gnu.org/software/coreutils/mkdir>.
|
||||
|
||||
- 특정 디렉토리 생성:
|
||||
|
||||
`mkdir {{경로/대상/폴더1 경로/대상/폴더2 ...}}`
|
||||
|
||||
- 필요시 특정 디렉토리와 그 [상위] 디렉토리를 생성:
|
||||
|
||||
`mkdir -p {{경로/대상/폴더1 경로/대상/폴더2 ...}}`
|
||||
|
||||
- 특정 권한으로 디렉토리 생성:
|
||||
|
||||
`mkdir -m {{rwxrw-r--}} {{경로/대상/폴더1 경로/대상/폴더2 ...}}`
|
Reference in New Issue
Block a user