Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
looking to kill a user from linux
Name: terminator Date: September 20, 2002 at 11:26:41 Pacific OS: 7.2 red hat CPU/Ram: p500 512 mb
Comment:
as far as removing users from linux (im using webmin) am i right or wrong in asuming all i have to do is remove the user with webmin then delete their home folder to remove everything???
Name: jwalk Date: September 20, 2002 at 11:34:36 Pacific
Reply:
userdel -r loginName
...will do it on the command line, including removing the home directory, etc., etc.
i don't use webmin (heard tales of insecurity), so i can't help you with that.
if you are administering from a remote host, you should look at enabling SSH, and you can do all your sysadmin stuff that way. i would recommend disabling root login and using "su" once you've logged in as a normal user.
0
Response Number 2
Name: terminator Date: September 20, 2002 at 11:58:56 Pacific
Summary: 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? ...
Summary: Dear all, I need to do squid configuration thrugh LDAP. For that I need to bind the users from windows 2003. I am getting an error while LDAP configuration. "A problem occured while reading schema f...
Summary: I want to use zmodem to download a file from linux to dos by the shell command, what is the parameter (sz -??) that can specify the download path eg. c:\download . ...