Commit d9519ae8 by ChongmingDu

cmd

parent aa5e47f7
1. 查看进程pid
1. 查看进程pid
- ps -ef |grep 进程
2. 查看端口
- netstat -tunlp|grep 进程
3. 查看谁正在使用某个文件
- lsof /filepath/file
4. 列出某个程序所打开的文件信息
- lsof -c mysql
5. 列出谁在使用某个端口
- lsof -i :3306
[ 参考 ](https://www.cnblogs.com/sparkbj/p/7161669.html)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment