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

Linux查看某个端口+gcc动态编译

时间:2017-04-21 16:33:01      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:lin   端口号   动态   har   grep   bsp   sof   gre   nbsp   

Linux下就:

1、lsof -i:端口号

2、netstat -tunlp|grep 端口号

gcc:动态编译

gcc –fpic –c file.c –o file.o

gcc –shared file.o –o libfile.so

cp lib*.so /lib    //这样以后就可以直接使用该库了

 

Linux查看某个端口+gcc动态编译

标签:lin   端口号   动态   har   grep   bsp   sof   gre   nbsp   

原文地址:http://www.cnblogs.com/jfyl1573/p/6744174.html

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