On Fri, 4 Jan 2019, wes wrote:

Many Linux distributions now come with a utility called "killall" which
will kill all processes matching a given name.

Or: reboot.

  No need to reboot. As root run #kill -9 <pid>
As the man page reads,

"The command kill sends the specified signal to the specified proces ses or
process groups. If no signal is specified, the TERM signal is sent. This
TERM signal will kill processes that do not catch it; for other processes it
may be necessary to use the KILL signal (number 9), since this signal cannot
be caught."

Rich

_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to