>> I was attempting to modify >> # for i in `find / -user 1001`; do chown 3001 $i; done > Dear gods. That violates at least two *major* rules of the shell.
It looks exactly like the kind of code I would write if I were trying to "innocently" introduce a backdoor. Stefan