Follow

Hmm. Unity hung on Ubuntu and I can't figure out how to kill it. I'd usually use

ps -aux | grep Unity

and then kill the listed process, but there are at least a dozen of them. Is there any other way to do this?

Wow! I think I found the offending process, but kill doesn't kill it! (It quietly does nothing.) Same story for killall and System Monitor.

Hard reboot incoming!

Show thread

@peterdrake

You can try specifying the signal to send (man signal), e.g.,

kill -s KILL

Also, use the "f" option in ps to show processes as a tree to ID the parent process, e.g.,

ps axf

@peterdrake Check out the "pgrep" and "pkill" commands - you can probably just do a "pkill unity" to take them all out at once.

Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.