Quantcast
You are not logged in, click here to log in.
5 Replies Last post: Jun 14, 2002 4:48 PM by pyrogen  
Click to view Nobody's profile New Member 58,347 posts since
Oct 18, 2007
Reply

Jun 14, 2002 9:07 AM

How to get rid of "deleted users"?

I created some accounts for experimentation and have since deleted them. They are no more, but they still show up as "User X deleted" (something like that) on my computer and when I tried to delete all the Music, Document and other files associated with this already-deleted account, the OS told me that only the root can touch them. Could someone tell me how to get rid of these deleted accounts? (how to log in as root? is it advisable to log in as root? and start deleting stuff?)
Reply
Click to view pyrogen's profile New Member 8 posts since
Mar 23, 2002
5. Jun 14, 2002 4:48 PM in response to: Nobody
Re: How to get rid of "deleted users"?
If your directory is empty, including invisible files, you can use

% rmdir directory_name

to remove the directory.
You can check for invisible file with in the directory by using -a flag for ls

% ls -a

You may have to use sudo with rmdir if you do not have the correct permissions.