Kicking remote user off

Jeremy C. Reed plug-discuss@lists.plug.phoenix.az.us
Thu, 27 Feb 2003 18:18:01 -0800 (PST)


> I use kill -9 the shell process they are logged in under. :-)

SIGKILL is non-catchable.

It is a good idea to not use "kill -9" to your users.

For example, some software may backup unsaved files. If you SIGTERM it,
then it won't have a chance.

   Jeremy C. Reed
   http://bsd.reedmedia.net/