On Sat, Jan 19, 2008 at 11:38:18PM -0800, Robert - elists alleged:
find / ( -uid 46 -o -gid 46 ) -print0 | xargs -0 chown clamav:clamav
Garrick,
Thank you, that is pretty slick
I haven't checked the man page for find like forever...
Didn't recall ever seeing find via uid or gid
Feel free to dress it up with specific paths and flags like -xdev.