提问人:Rihito Bach 提问时间:11/17/2023 最后编辑:tkauslRihito Bach 更新时间:11/17/2023 访问量:28
为什么 Ubuntu 服务器上默认无法访问 linux 文件系统?[关闭]
Why isn't linux file system accessible by default on Ubuntu server? [closed]
问:
我正在运行虚拟机,Ubuntu 22.0.3 LTS Server。当我使用 ls -a 命令列出所有目录时,只显示 .bashrc、.ssh 等目录。但是在将目录更改为 ../ 然后返回主文件夹,将列出文件系统。有人可以解释这种行为吗?
同样由于某种原因,现在我无法通过 SSH 连接到此虚拟机。
我正在尝试sudo nano / etc / hosts,但后来我发现nano不存在。后来cd / etc给了我一个目录不存在错误。
答: 暂无答案
评论
When I list all the directories using ls -a command, only .bashrc, .ssh and etc. directories are shown.
这些是主目录中的文件和目录。 您不会返回到您的个人文件夹。 这是根目录。But after changing directory once to ../ and then returning to home folder
the file system is listed.