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
374a7cc8
Commit
374a7cc8
authored
Feb 13, 2019
by
ChongmingDu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
僵尸进程处理
parent
d55b03ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
top后发现僵尸进程的解决办法.md
+5
-0
No files found.
top后发现僵尸进程的解决办法.md
0 → 100644
View file @
374a7cc8
1.
ps -e -o stat,ppid,pid,cmd|egrep '^
[
Zz
]
'
1.
ps -e -o stat,ppid,pid,cmd|egrep '^
[
Zz
]
'
2.
ps -ef | grep "defunct"
3.
找到之后,就可以通过kill -9来终止父线程了
\ 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