linux找到了指定目录却进不去

[root@k8s-master ~]# pwd
/root
[root@k8s-master ~]# ls
anaconda-ks.cfg  cloud-native-istio  my
[root@k8s-master ~]# cd/cloud-native-istio
-bash: cd/cloud-native-istio: No such file or directory
如题

进不了cloud-native-istio

cd  ./cloud-native-istio   或者 cd cloud-native-istio

cd后面请加空格 。

首先这个文件是目录嘛 ls -lrth 前面d开头的才是目录