Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to kill a user on a shell
Name: iN3cRyPT Date: December 9, 2003 at 14:12:21 Pacific OS: RH 9 CPU/Ram: dual xeon 2.0
Comment:
j/w how you would kill a user on a remote shell, i know you can list them by doing who, but i have no clue how to kill a user, can someone help me out plz?
Name: Kury77 Date: December 9, 2003 at 15:42:09 Pacific
Reply:
do `who -u` to get a list of the current logins. `who -uH` if you want colnumn headers.
Then use the kill command followed by the Process ID (PID) ex. `kill 1234` If that doesn't kill it (because its hung or thinking really really hard) you can do `kill -9 1234` where 1234 is the PID and it will kill it imidiatly...
let me know if you have any questions
0
Response Number 2
Name: 3Dave Date: December 10, 2003 at 03:18:11 Pacific
Summary: i want to develop a script using bourne shell to create an account management system in linux,i want to know how to encrypt a password. let say echo -n "Plese Enter Password : " read password after ...
Summary: Folks: I have a RH 9.0 with Apache running. My question is how to make a user have his own web account so that he can have his own web space. Let's assume there is a user named "tester" and his home d...
Summary: how to setup a iptables, squid(proxy), ldap and nat on linux whitebox... i installed all the components and everything works ok... i made a iptables script but i have some problems... and i can't make...