Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
QA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mayi-operation
QA
Commits
d9519ae8
Commit
d9519ae8
authored
Feb 13, 2019
by
ChongmingDu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmd
parent
aa5e47f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
有关端口,进程,文件的一些命令.md
+13
-0
No files found.
有关端口,进程,文件的一些命令.md
0 → 100644
View file @
d9519ae8
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment