We really need to revisit this spec for Hardy Heron

Gavin McCullagh gmccullagh at gmail.com
Sun Sep 2 22:32:23 BST 2007


Hi,

On Sun, 02 Sep 2007, Jim Kronebusch wrote:

> Scott would it be possible to modify your above script to grep all processes owned by
> the logging in user and pkill -9 them?

        killall -u <username>
        killall -9 -u <username>

should kill all processes belonging to a given user (initially in a polite
way, then with -9 for those left over).

Gavin




More information about the edubuntu-users mailing list