首页 > 其他 > 详细

文件系统中跳转【TLCL】

时间:2018-11-11 22:13:27      阅读:166      评论:0      收藏:0      [点我收藏+]
  • 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】

原文:https://www.cnblogs.com/songdechiu/p/9943613.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!