linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

View File

@@ -0,0 +1,16 @@
# mountpoint
> 디렉토리가 파일 시스템 마운트 지점인지 확인합니다.
> 더 많은 정보: <https://manned.org/mountpoint>.
- 디렉토리가 마운트 지점인지 확인:
`mountpoint {{경로/대상/폴더}}`
- 출력 없이 디렉토리가 마운트 지점인지 확인:
`mountpoint -q {{경로/대상/폴더}}`
- 마운트 지점의 파일 시스템 주요/부 번호 표시:
`mountpoint --fs-devno {{경로/대상/폴더}}`