FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
i used the user manager in fc3 to delete the user ......the users home directory is deleted but still the user appears in the user manager's list of users........another problem is that when i itried to assign other groups to another user it didt add the other groups to the user
can i do all these in command line?
the great thing about linux is that you could do almost anything from the commandline
to delete a user :
su
<your root password>
userdel -r username
-r
Files in the user's home directory will be removed along with the home directory itself and the user's mail spool. Files located in other file systems will have to be searched for and deleted manually.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.