How to get rid of "deleted users"?
#1
Posted 14 June 2002 - 08:07 AM
#3
Posted 14 June 2002 - 08:50 AM
The total Mac OS X edition had a thing on this, and it gave two options:
- Use terminal (I believe you use the sudo command, which temporarily gives you 'root'-like power. It most certainly is not adviseable to log in as root since many things can get messed up.)
- Or just do it the OS 9 way
images/icons/smile.gif
#4
Posted 14 June 2002 - 09:08 AM
If you don't have OS9 installed, your other options are to log in as root or to use sudo rm -r in Terminal. If you aren't VERY sure of what you are doing, then both of these method also allow you to accidentally trash your OSX system with a simple mispelling. You can also use sudo chown in the terminal to change the ownership of the deleted users from root to yourself and delete them then (safest method), but I'm not confident of the proper commands to give you.
I think I've seen some shareware apps on versiontracker.com/osx that allow you to use sudo from the GUI. You might try searching there.
[ 06-14-2002: Message edited by: retcynm ]
#6
Posted 14 June 2002 - 03:48 PM
% 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.



Sign In
Register
Help


MultiQuote