>
>  Funny, I just ran into the same kind of problem myself not so long ago.  
> Talked to they guys on IRC and was given the following:
>
>  for user in $(getent passwd | awk -F: '$3 > 999 {print $1}'); do echo $user; 
> pgrep -u ${user} gnome-panel || pkill -u ${user} bonobo; done
>

what about using slay to kill all the leftover running processes of a
user at a time ?

Nicolas
-- 
Nicolas Pettiaux - email: [EMAIL PROTECTED]

-- 
edubuntu-users mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/edubuntu-users

Reply via email to