我正在尝试在 Mac 上运行一个 hello world 程序。每次我更改目录时都会收到一条消息,内容如下:
-bash: cd: documents No such file or directory exists.
我知道文档目录在那里。
cd Documents
-bash: cd: documents: No such file or directory
答案1
您可能没有从正确的目录开始。尝试 cd ~/Documents 或 cd /Users/(此处为你的用户名)/Documents。
还要注意,根据磁盘的格式,您的文件系统可能区分大小写,这意味着文档和文档是两个完全不同的位置。