|
Posted by Eric Lubow
|
Users who may be acting up or aren't listening can still be controlled.
Using a program called 'skill' (signal kill) which is part of the 'procps'
package.
Halt/Stop User eric: skill -STOP -u eric
Continue User eric: skill -CONT -u eric
Kill and Logout User eric: skill -KILL -u eric
Kill and Logout All Users: skill -KILL -v /dev/pts/*
This is really helpful. Thanx a lot |