linux笔记

linux

查看端口号运动的进程

netstat -anp|grep 3830

查看端口号的允许情况

ps -ef|grep 3830

查看java的允许程序

jps

进入到bin目录重启jboss

./jbossctl restart

AWK & SED

学习资源
http://www.runoob.com/linux
http://edu.51cto.com/course/course_id-669.html

posted @ 2017-03-23 20:24  小霖2012  阅读(131)  评论(0)    收藏  举报