On Sat, Jan 19, 2008 at 10:21:48PM -0800, Robert - elists alleged:
> Anyways, would some kind soul point me in the right direction or help me
> create a script that will traverse the proper parts of the filesystem and
> grep for files with UID and/or GID 46 please?

find / \( -uid 46 -o -gid 46 \) -print0 | xargs -0 chown clamav:clamav

Attachment: pgpNprO4QqYdj.pgp
Description: PGP signature

_______________________________________________
CentOS mailing list
[email protected]
http://lists.centos.org/mailman/listinfo/centos

Reply via email to