[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
- Subject: Re: [cobalt-users] How to delete a user with files in web site dir.? 550
- From: "Chris L" <clathem@xxxxxxxxxxxxx>
- Date: Thu Nov 6 05:13:05 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >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