cd 命令

 

[root@localhost ~]# cd         # 进入当前用户的家目录
[root@localhost ~]# cd ~       # 进入当前用户的家目录
[root@localhost ~]# cd /data   # 进入指定目录
[root@localhost ~]# cd -       # 进入上一次所在的目录
[root@localhost ~]# cd .       # 进入当前所在目录
[root@localhost ~]# cd ..      # 进入上一层目录

 

posted @ 2017-12-11 11:52  minger_lcm  阅读(160)  评论(0)    收藏  举报