标签:roo cd 命令 class logs blog style root span tmp
[root@localhost ~]# cd # 进入当前用户的家目录
[root@localhost ~]# cd ~ # 进入当前用户的家目录
[root@localhost ~]# cd /tmp # 进入指定目录
[root@localhost ~]# cd - # 进入上一次所在的目录
[root@localhost ~]# cd . # 进入当前所在目录
[root@localhost ~]# cd .. # 进入上一层目录
标签:roo cd 命令 class logs blog style root span tmp
原文地址:http://www.cnblogs.com/pzk7788/p/6914271.html