Linux-cd
cd
可以使用相对路径,也可以使用绝对路径,切换路径
# cd 路径
# cd 回到家目录
[root@localhost etc]#cd
[root@localhost ~]#
# 回到上一次的目录
[root@localhost ~]#cd -
/etc/sysconfig/network-scripts
[root@localhost network-scripts]#cd -
/root
可以使用相对路径,也可以使用绝对路径,切换路径
# cd 路径
# cd 回到家目录
[root@localhost etc]#cd
[root@localhost ~]#
# 回到上一次的目录
[root@localhost ~]#cd -
/etc/sysconfig/network-scripts
[root@localhost network-scripts]#cd -
/root