linux上列出端口和运行的程序

列出文件和全路径
[ccn lang="bash" tab_size="4" theme="blackboard" width="900" ]
netstat -luntp | grep LISTEN | awk '{print $7}'
[/ccn]