This website requires JavaScript.
Explore
Help
Register
Sign In
fengyuhetao
/
shell
mirror of
https://github.com/fengyuhetao/shell.git
Watch
1
Star
0
Fork
You've already forked shell
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4e5ec2d6f4
shell
/
shell脚本编程进阶
/
查看僵尸进程.sh
5 lines
72 B
Bash
Raw
Blame
History
#!/bin/bash
#查看僵尸进程
ps -al
|
gawk
'{print $2,$4}'
|
grep Z
Reference in New Issue
View Git Blame
Copy Permalink