[root@localhost /]# cd /etc #更改目录 [root@localhost etc]# cd .. #上一级目录 [root@localhost /]# cd - #上一次的工作目录 /etc [root@localhost etc]# cd ~ #当前登录的用户家目录 [root@localhost ~]# pwd /root