Files
tldr/pages.zh/common/cd.md
2022-10-04 12:33:38 +05:30

29 lines
370 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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