aws-*,bitcoin-cli,boxes,c*: update Korean translation (#14927)

* aws-*,bitcoin-cli,boxes,c*: update Korean translation

* aws-secretsmanager,chown: update Korean translation

* Update pages.ko/common/aws-secretsmanager.md

* Update pages.ko/common/aws-secretsmanager.md
This commit is contained in:
Chooooo
2024-11-26 10:41:26 +09:00
committed by GitHub
parent 4299e2113e
commit 2facdb1a18
10 changed files with 134 additions and 65 deletions

View File

@@ -3,18 +3,26 @@
> 현재 작업중인 디렉토리 변경.
> 더 많은 정보: <https://manned.org/cd>.
- 주어진 디렉토리로 이동:
- 지정된 디렉토리로 이동:
`cd {{경로/디렉토리}}`
- 현재 사용자의 홈 디렉토리로 이동:
`cd`
`cd {{경로/대상/디렉토리}}`
- 현재 디렉토리의 상위 디렉토리로 이동:
`cd ..`
- 이전에 선택되었던 디렉토리로 이동:
- 현재 사용자의 홈 디렉토리로 이동:
`cd`
- 지정된 사용자의 홈 디렉토리로 이동:
`cd ~{{사용자명}}`
- 이전에 선택한 디렉토리로 이동:
`cd -`
- 루트 디렉토리로 이동:
`cd /`