文件系统中跳转TLCL

Posted songdechiu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文件系统中跳转TLCL相关的知识,希望对你有一定的参考价值。

  • pwd - Print name of current working directory
  • cd - Change directory
  • ls - List directory contents

Linux总是只有一个单一的文件系统树,其他设备挂在到树的各个节点上。

  • cd Changes the working directory to your home directory.
  • cd -Changes the working directory to the previous working directory.
  • cd ~user_nameChanges the working directory to the home directory of user_name.

For example, cd ~bob will change the directory to the home directory of user “bob.”

以上是关于文件系统中跳转TLCL的主要内容,如果未能解决你的问题,请参考以下文章