码迷,mamicode.com
首页 > 系统相关 > 详细

linux学习中遇到的问题—请教

时间:2017-05-28 16:47:24      阅读:278      评论:0      收藏:0      [点我收藏+]

标签:text   eth1   重定向   null   err   roo   color   lin   linux学习   

问题1:find命令用 “-a” 时为什么找不出以下*sample*文件?

[root@lys test]# find / -name "usr"
/usr
/usr/share/doc/oddjob-0.30/sample/usr
/usr/share/gdb/auto-load/usr
[root@lys test]# find / -name "usr" -a -name "sample"
[root@lys test]# find / -name "usr" -a -name "*sample*"
[root@lys test]#

 解答:该命令相当于既找一个文件该文件既叫usr同时又叫sample,矛盾!

问题2:以下命令为什么不能重定向?

[root@lys test]# ifconfig eth10
eth10: error fetching interface information: Device not found
[root@lys test]# ifconfig eth10 2> /dev/null
[root@lys test]# ifconfig eth10 | grep ‘interface‘ 2> /dev/null
eth10: error fetching interface information: Device not found
[root@lys test]#

 

linux学习中遇到的问题—请教

标签:text   eth1   重定向   null   err   roo   color   lin   linux学习   

原文地址:http://www.cnblogs.com/linux-ll/p/6915926.html

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