I am getting following message when I tried delete a user, How can I reassign the ownership? " This user owns files that are under the site's directory but not in the user's home directory that you may want to keep. You must delete thesefilesor reassign the ownership to another user before deleting this user. "From a command line you can use the chown command.-chris How could I find Which files he own so that I can remove only those or reassign them? Tunc
find /home/sites/siteN/ -user USERNAMEwhere siteN is the site number and USERNAME is the username or userid of the user you are searching for
Cheers, Lauchlin