tldr/pages.zh/common/cd.md

29 lines
370 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# cd
> 更改当前工作目录。
> 更多信息:<https://manned.org/cd>.
- 转到指定目录:
`cd {{路径/到/目录}}`
- 转到当前目录的父目录:
`cd ..`
- 转到当前用户的主home目录
`cd`
- 转到指定用户的主home目录
`cd ~{{用户名}}`
- 转到刚才选择的目录:
`cd -`
- 转到根目录:
`cd /`