Last active
July 20, 2017 04:12
-
-
Save SherryQueen/875cbf9aaff22d74bf6fdeb243c9c69f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ps aux|grep java|awk '{print $2}'|xargs kill -9 批量杀死进程 | |
| tail -f filename 监听文件变化 及显示内容 -f 循环读取 | |
| sudo netstat -tunlp|grep {number} 查看端口使用情况 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment