TipLib Computer Forums  
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
bugmenotOffline
Post subject: How to kill Unix user session  PostPosted: Jun 25, 2008 - 09:43 AM



Joined: Jun 25, 2008
Posts: 1

Status: Offline
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
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic