基本上,我想要访问的目录已列出,但我无法访问它。
以下是Putty命令行:-
login as: root
[email protected]'s password:
Last login: Thu Sep 26 21:14:38 2013 from 192.168.0.102
Welcome to NAS4Free!
nas4free: ~ # cd /mnt/
Important Stuff/ Main Storage/ Main/
nas4free: ~ # cd /mnt/Important Stuff/
Stuff/ not found
nas4free: ~ # cd /mnt/Important Stuff/
nas4free: ~ #
答案1
您需要转义目录名中的空格:
cd /mnt/Important\ Stuff/