码迷,mamicode.com
首页 > 其他好文 > 详细

what

时间:2020-01-12 11:25:18      阅读:72      评论:0      收藏:0      [点我收藏+]

标签:dir   access   roo   root   tor   hat   ann   pwd   sys   

[root@system1 11]# ls [0-9][0-9]
33
[root@system1 11]# ls [a-Z][a-Z]
ls: cannot access [a-Z][a-Z]: No such file or directory
[root@system1 11]# ls [1,2,3][,3,4,5]
ls: cannot access [1,2,3][,3,4,5]: No such file or directory
[root@system1 11]# ls [1,2,3][,3]
ls: cannot access [1,2,3][,3]: No such file or directory
[root@system1 11]# ls [1,2,3][3]
ls: cannot access [1,2,3][3]: No such file or directory
[root@system1 11]# ls [3][3]
ls: cannot access [3][3]: No such file or directory
[root@system1 11]# ls
22
[root@system1 11]# pwd
/root/11
[root@system1 11]#

what

标签:dir   access   roo   root   tor   hat   ann   pwd   sys   

原文地址:https://www.cnblogs.com/passwd/p/12182042.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!