码迷,mamicode.com
首页 > 系统相关 > 详细

Linux cd命令

时间:2018-02-06 23:04:07      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:实例   class   linu   post   pos   home   pretty   目录   blog   

语法

cd [dirName]
  • dirName:要切换的目标目录。

实例

跳到 /usr/bin/ :

cd /usr/bin

跳到自己的 home 目录 :

cd ~

跳到目前目录的上上两层 :

cd ../..

Linux cd命令

标签:实例   class   linu   post   pos   home   pretty   目录   blog   

原文地址:https://www.cnblogs.com/IUnicorn/p/8424238.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!