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

Re: Find all files an folders owned by a specified user



bsnottum 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


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