我經(jīng)常從ssh登錄到我的ubuntu服務(wù)器時(shí)都會(huì)顯示W(wǎng)elcome to Ubuntu 11.04 (GNU/Linux 2.6.38-16-server x86_64)
* Documentation: http://www.ubuntu.com/server/doc System information as of Wed Oct 17 22:07:28 HKT 2012
System load: 0.16 Processes: 144
Usage of /home: 48.8% of 18.33GB Users logged in: 0
Memory usage: 1% IP address for eth0: 192.168.1.201
Swap usage: 0%
=> There is 1 zombie process.
Graph this data and manage this system at https://landscape.canonical.com/但我用下面的命令ps aux | grep Z卻沒有找到任何STAT為Z的進(jìn)程,請(qǐng)問這個(gè)提示是什么意思?
1 回答

烙印99
TA貢獻(xiàn)1829條經(jīng)驗(yàn) 獲得超13個(gè)贊
用
top
看看?
or
ps aux | awk '{ print $8 " " $2 }' | grep -w Z
添加回答
舉報(bào)
0/150
提交
取消