osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

20
pages.ko/osx/hdiutil.md Normal file
View File

@@ -0,0 +1,20 @@
# hdiutil
> 디스크 이미지를 생성하고 관리하는 유틸리티.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/hdiutil.1.html>.
- 이미지를 마운트:
`hdiutil attach {{경로/대상/이미지_파일}}`
- 이미지를 마운트 해제:
`hdiutil detach /Volumes/{{볼륨_파일}}`
- 마운트된 이미지 목록 표시:
`hdiutil info`
- 디렉터리의 내용을 ISO 이미지로 생성:
`hdiutil makehybrid -o {{경로/대상/출력_파일}} {{경로/대상/폴더}}`