📌  相关文章
📜  查找目录 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:02.981000             🧑  作者: Mango

代码示例2
/* File & Directory Commands
To navigate into the root directory, use */ "cd /" /*
To navigate to your home directory, use */ "cd" /*or*/ "cd ~" /*
To navigate up one directory level, use*/ "cd .." /*
To navigate to the previous directory (or back), use */ "cd -"