Re: script to find files owned by particular user and replac…

Kezdőlap
Csatolmányok:
Üzenet email-ben
+ (text/plain)
Üzenet törlése
Válasz az üzenetre
Szerző: Kurt Granroth
Dátum:  
Címzett: Main PLUG discussion list
Tárgy: Re: script to find files owned by particular user and replace with another uid
Craig White wrote:
> Anybody have a script that finds file say owned by uid=1010 and replace
> owner with uid=1020?


Offhand...

find . -type f -uid 1010 -print0 | xargs -0 chown 1020
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss