On Wed, 14 Jun 2017 22:45:02 -0400 Robert Moskowitz <rgm@xxxxxxxxxxxxxxx> wrote: > How can I find the process and kill it? I really don't want to > boot... You can find all processes you are running by ps alx | grep -i [your user name] I think you should be able to do the same thing with top or one of the other process viewers by filtering. It might be that the process is in an uninterruptable sleep. I don't think there is a way to end that without a reboot. Maybe someone else will have better ideas. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx