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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux学习中遇到的问题—请教相关的知识,希望对你有一定的参考价值。

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

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

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

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

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

 












以上是关于linux学习中遇到的问题—请教的主要内容,如果未能解决你的问题,请参考以下文章

嵌入式开发板学习新手在iTOP4412开发板无界面linux操作系统使用CAN模块遇到问题,求解决方法?

请教Linux系统下DHCP问题..

请教AM335X 千兆PHY AR8031的引脚LX问题

请教高手关于uvm验证方法学的学习入门

请教EPLan 端子问题

请教一些Nodejs 编译安装时遇到的问题