Is there a way to recursively find all files owned by a user and change them to another user/group in Gnu/Linux?
I assume there must be some magic one liner but my command line wizardry skills are not up to that :)
Thanks!
|
Is there a way to recursively find all files owned by a user and change them to another user/group in Gnu/Linux? I assume there must be some magic one liner but my command line wizardry skills are not up to that :) Thanks! |
|||
|
|
|
Use the
will eventually turn up all files owned by user "john". If you want to change their ownership (I would run the
will do it. |
|||||
|