终端命令不能用这是怎么回事?
Tofloor
poster avatar
189******18
deepin
2017-12-10 07:52
Author
用中文名,英文名都进不去文件夹
Reply Favorite View the author
All Replies
avatar
woodelf
deepin
2017-12-10 08:14
#1
建议先搞清相对路径和绝对路径的区别,再了解下Linux文件系统区分大小写的设定。
Reply View the author
avatar
aName
deepin
2017-12-10 08:23
#2
按大小写来写,用tab自动补全,别在开头加“/”,要加也是加在末尾
Reply View the author
avatar
yxiao
deepin
2017-12-10 14:55
#3
ls ~/Desktop
Reply View the author
avatar
187******09
deepin
2017-12-10 16:16
#4
前面加【/】你是要访问根路径下的desktop文件夹,那里哪有这玩意,就算你要绝对路径,也是这样【~/Desktop】,注意区分大小写!!!人都给你显示出来了开头是大写
Reply View the author
avatar
189******18
deepin
2017-12-11 00:55
#5
woodelf 发表于 2017-12-10 00:14
建议先搞清相对路径和绝对路径的区别,再了解下Linux文件系统区分大小写的设定。 ...

谢谢!
Reply View the author
avatar
189******18
deepin
2017-12-11 00:56
#6
aName 发表于 2017-12-10 00:23
按大小写来写,用tab自动补全,别在开头加“/”,要加也是加在末尾

谢谢


Reply View the author
avatar
189******18
deepin
2017-12-11 00:58
#7
yxiao 发表于 2017-12-10 06:55
ls ~/Desktop

谢谢      
Reply View the author
avatar
189******18
deepin
2017-12-11 00:59
#8
i1516 发表于 2017-12-10 08:16
前面加【/】你是要访问根路径下的desktop文件夹,那里哪有这玩意,就算你要绝对路径,也是这样【~/Desktop ...

谢谢        
Reply View the author
avatar
billy123456
deepin
2017-12-11 07:05
#9
你是来搞笑的吗?
Reply View the author
avatar
comzhong
deepin
2017-12-11 07:55
#10
ls desktop
ls ./Desktop
ls ~/Desktop

都行,你偏偏搞个错误的:ls /Desktop
Reply View the author