发布时间:2017-02-22 18:58:23
使用命令#netstat -Ano | grep 1521 | tee -a port1521.log | awk '{print $1}' | while read sockets; do rmsock $sockets tcpcb; done 2>>err1521.log | tee -a proc1521.log 其中,命令rmsock需要特定权限......【阅读全文】
发布时间:2017-02-05 13:39:40
本文操作过程参考: http://blog.csdn.net/libaqiangdeliba/article/details/457656991)环境情况: 操作系统: ~$ cat /proc/version Linux version 4.4.0-53-generic (buildd@lgw01-18) (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04.3) ) #74~14.04.1-Ubuntu SMP Fri Dec 2 03:4.........【阅读全文】