[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to delete a user with files in web site dir.? 550



On 06/11/2003, at 11:25 PM, Tunc Eresen((?`..,,.-> Cobalt M447785363481 wrote:



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
these
files
or 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 USERNAME

where siteN is the site number and USERNAME is the username or userid of the user you are searching for

Cheers,

Lauchlin