Messages in this thread |  | | Date | Fri, 21 Sep 2001 17:36:27 -0700 | From | Mike Castle <> | Subject | Re: NFS daemons in D state for 2 minutes at shutdown |
| |
On Sat, Sep 22, 2001 at 01:06:28AM +0200, Trond Myklebust wrote: > Use a combination of 'ps' and 'kill -9' or even 'killall'. Anything > that actually selects the nfsd daemons and *NOT* the portmapper.
Personally I'd suggest NOT getting into the habit of using killall. It performs like killall5 does on SysV machines. So if you forget which machine you're on....
My personal favorite for years was /bin/kill <process name>. However, it depends on which package your system actually uses for /bin/kill (the kill from util-linux can kill by name, the procps one can not).
Lately I've been trying to train myself into using skill (from procps).
mrc -- Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all different"); -- gcc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |