cd命令

[root@localhost /]# cd /etc #更改目录
[root@localhost etc]# cd ..  #上一级目录
[root@localhost /]# cd -  #上一次的工作目录
/etc
[root@localhost etc]# cd ~  #当前登录的用户家目录
[root@localhost ~]# pwd
/root
posted @ 2024-12-26 22:08  鲁班大师智商二百五  阅读(12)  评论(0)    收藏  举报