Find all files an folders owned by a specified user

Pedro Fernandes Macedo webmaster at margo.bijoux.nom.br
Sat Oct 1 15:03:02 UTC 2005


bsnottum at hkskole.no wrote:

>Hallo!
>
>Is there a command I can use in order to list all files and folders owned
>by a spcified user on a fc2 server?
>
>
>  
>
Use "find /path -user username" . This should give you the list of 
files.. For all files on a server, you'd probably run that twice, once 
on /home and once on /var/tmp , unless the user has write access to 
other directories.

--
Pedro Macedo




More information about the fedora-list mailing list