acua kick <login>
acua kick kicks a user off the system by killing all of their processes.
First, all of their processes are sent the HUP signal, and then
the TERM signal immediately after. If the processes of the
user are still around after a 5-second pause they are sent the KILL
signal.
Example: acua kick foo will kick foo off
of the system.
Robert Davidson