Feb 7, 2013

[memo] Kill all process by uid in Linux

Sometimes flunetd porecess is not stopped by "/etc/init.d/td-agent stop".
So I executed the following command.
killall -9 -u td-agent
view raw gistfile1.sh hosted with ❤ by GitHub

No comments: