f*: add Korean translation (#14277)

This commit is contained in:
HoJeong Im
2024-10-21 01:02:09 +09:00
committed by GitHub
parent 24ca4ee673
commit e01f88e9e9
17 changed files with 365 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# fusermount
> FUSE 파일시스템 마운트 및 마운트 해제.
> 더 많은 정보: <https://manned.org/fusermount>.
- FUSE 파일시스템 마운트 해제:
`fusermount -u {{경로/대상/마운트_포인트}}`
- FUSE 파일시스템이 사용되지 않는 즉시 마운트를 해제:
`fusermount -z {{경로/대상/마운트_포인트}}`
- 버전 정보 표시:
`fusermount --version`