Computing and IT Support Forums

Unix - How to kill Unix user session

bugmenot - Jun 25, 2008 - 09:43 AM
Post subject: How to kill Unix user session
grep and awk are fairly expensive processes; it's probably somewhat simpler and faster to use: ps -u username -o pid --no-headers | xargs kill -9
All times are GMT