【发布时间】:2016-10-03 21:28:41
【问题描述】:
如果ls 命令列出了目录的内容,那么ls <directory 的某些输出似乎表明目录存在。
例如,这是我得到的:
> ls ~/.ssh
id_rsa id_rsa.pub known_hosts
但是为什么,当我输入cd ~/.ssh 时,我得到了
> cd ~/.ssh
The system cannot find the path specified.
?
为什么我可以列出这个目录的内容却不能导航到它?
我使用的是 Windows 8
【问题讨论】:
-
您在 Windows 8 上使用
ls? -
也许这对你有帮助? stackoverflow.com/questions/26748579/…
-
CodyBugstein..Wat OS 你用的是win还是linux??
-
bash和ls通常不由 Microsoft 提供。是否添加了 Cygwin 或 MSYS 等软件?