umount: add Korean translation (#11061)

pull/23/head
HoJeong Im 2023-10-19 17:18:44 +09:00 committed by K.B.Dharun Krishna
parent c8ec3dea2d
commit b55a7a30c3
No known key found for this signature in database
GPG Key ID: 1B8ECA406788AFA4
1 changed files with 17 additions and 0 deletions

17
pages.ko/common/umount.md Normal file
View File

@ -0,0 +1,17 @@
# umount
> 마운트 지점에서 파일 시스템이 링크를 해제하여 더 이상 접근할 수 없게 만들어 줍니다.
> 파일 시스템이 사용중이면 마운트 해제할 수 없습니다.
> 더 많은 정보: <https://manned.org/umount.8>.
- 마운트된 소스의 경로를 전달하여, 파일 시스템을 마운트 해제:
`umount {{경로/대상/장치_파일}}`
- 파일 시스템이 마운트된 대상에 대한 경로를 전달하여 파일 시스템 마운트 해제:
`umount {{경로/대상/마운트된_폴더}}`
- 마운트된 모든 파일 시스템을 마운트 해제(`proc` 파일 시스템 제외):
`umount -a`