Think before you speak, read before you think.
—
by
1. 看进程
ps aux | grep -Ei "java|rabbitmq|mongo|mysql|redis|nginx|python|php|zabbix|haproxy|keepalive|dnsmasq|bind|docker|httpd|oracle"
2. 看连接
netstat -ntp | grep -vE ":25|:22"
3. 看所有进程及从属关系
pstree -p
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Δ
Leave a Reply