[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



> >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 / -user username

For more detailed info on find have a look at "man find".

-Chris