Results 1 to 2 of 2
how to kill/stop the pts/0....
i.e suppose some using my pc through putty, how to terminate even though they are authoried users....
- 06-08-2009 #1
killing remote users
how to kill/stop the pts/0....
i.e suppose some using my pc through putty, how to terminate even though they are authoried users.
- 06-08-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,970
As root, kill -9 their login shell. You can determine that this way:
That will return the list of login shells they are running.Code:ps -aef | grep pts | grep username
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote