unkillable find process
- To: debian-user@lists.debian.org
- Subject: unkillable find process
- From: Zenaan Harkness <zen@freedbms.net>
- Date: Thu, 27 Feb 2014 11:25:42 +1100
- Message-id: <CAOsGNSSZpM8GQHWk=y3E9bgy+4gQ7X-LJ9OaAu-gejS=JvhEiQ@mail.gmail.com>
I ran something like the following:
cd path/of/website/mirror
find . -maxdepth 4 | grep -i god
This is running on an external USB drive mount.
The process hasn't stopped, after many minutes.
It has pid 8558.
Running sudo kill -9 8558 does not kill the process.
Ctrl-C does not kill the process.
What can I do to kill this process?
Reply to: