[Cialug] Need assistance with chown and find commands

Paul Gray gray at cs.uni.edu
Thu Dec 19 13:12:12 CST 2013


On 12/19/2013 01:10 PM, Paul Gray wrote:

> find . - -user userA -exec chown userB {} \;
          ^ Typo.  No extra dash

find . -userA -exec chown userB {} \;

-PG



More information about the Cialug mailing list