1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/cd.md
Chooooo 2facdb1a18
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
2024-11-26 10:41:26 +09:00

467 B

cd

현재 작업중인 디렉토리 변경. 더 많은 정보: https://manned.org/cd.

  • 지정된 디렉토리로 이동:

cd {{경로/대상/디렉토리}}

  • 현재 디렉토리의 상위 디렉토리로 이동:

cd ..

  • 현재 사용자의 홈 디렉토리로 이동:

cd

  • 지정된 사용자의 홈 디렉토리로 이동:

cd ~{{사용자명}}

  • 이전에 선택한 디렉토리로 이동:

cd -

  • 루트 디렉토리로 이동:

cd /