知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Linux查找总结

发布时间:2014-09-05 15:12:52作者:知识屋

Linux查找总结
 
/*在当前目录下查找*/  www.zhishiwu.com  
 
eric@mars-64:~/servers$ pwd
/home/eric/servers
eric@mars-64:~/servers$ grep -irl "maven3.0.4" ./
./tomcat7.0.29/logs/localhost_access_log.2012-07-22.txt
./tomcat7.0.29/logs/localhost_access_log.2012-07-21.txt
 
/*shell获取ip地址*/
 
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | awk '{print $1}'
 
/*查看端口情况*/
 
netstat -ntlp
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜