Linux — 將一個用戶的進程全部 kill 掉

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

Linux — 將一個用戶的進程全部 kill 掉

文章 yehlu »

http://www.hkcode.com/linux-bsd-notes/632

代碼: 選擇全部

kill -9 `ps -u www-data -o "pid="`
回覆文章

回到「Linux」