Voytek Eymont wrote: > I once again have a compromised server, courtesy of a user installed cms; > > how do I get a recursive list of files owned by 'xxx' group 'xxx' ? > > ls -R just lists directories >
find /path/to/directory -user xxx -group xxx -- dave. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
