路径没对吧,下面是我的。 [root@localhost ~]# ls anaconda-ks.cfg install.log install.log.syslog rpmbuild tmp [root@localhost ~]# pwd /root [root@localhost ~]# cd / [root@localhost /]# ls bin boot dev etc home lib lib64 lost+found media mnt opt proc root sbin selinux srv sys tmp usr var
你确定是提示
anaconda-ks:cfg
,而不是一个文件名叫anaconda-ks.cfg
的文件?路径没对吧,下面是我的。
[root@localhost ~]# ls
anaconda-ks.cfg install.log install.log.syslog rpmbuild tmp
[root@localhost ~]# pwd
/root
[root@localhost ~]# cd /
[root@localhost /]# ls
bin boot dev etc home lib lib64 lost+found media mnt opt proc root sbin selinux srv sys tmp usr var
贴截图看看。。。
装系统的时候,怎么安排分区?可能跟你分去有关系
你的路径不对.
你是在
/root
下面执行的.如果你想查看到你说的那些文件你就应该执行
cd /
,再去执行ls或者直接执行
ls /