Re: Push a plist file to all users - ownership question
Re: Push a plist file to all users - ownership question
- Subject: Re: Push a plist file to all users - ownership question
- From: Don Montalvo <email@hidden>
- Date: Wed, 3 Nov 2010 08:42:06 -0500
On Nov 3, 2010, at 5:55 AM, Jason Pelletier wrote:
> If you don't care about the group ownership as much you cam just add a single line to the loop you already have. We do this all the time.
>
>> #!/bin/sh
>> #
>> # loop
>> for i in $(/bin/ls /Users)
>> do
>> /usr/bin/ditto /System/Library/User\ Template/English.lproj/Library/Preferences/com.mypreference.plist /Users/$i/Library/Preferences/com.mypreference.plist
>
> chown $i:staff /Users/$i/Library/Preferences/com.mypreferences.plist
>
>> done
>> exit 0
>
> Jason
Awesome, thanks for the nugget Jason! :)
Don _______________________________________________
Do not post admin requests to the list. They will be ignored.
Installer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden