Re: Need to change uid and gid

2011-11-12 Thread Andras Simon
As someone has pointed out here a few days ago, chown has a --from option where you can specify the current owner and group, so there's no need to use find. Andras -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/ma

Re: Need to change uid and gid

2011-11-11 Thread Rick Sewill
On Friday, November 11, 2011 10:58:01 PM Rick Sewill wrote: > On Friday, November 11, 2011 04:22:52 PM Jonathan Ryshpan wrote: > > In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid > > have both been changed from 500 to 1000. I maintain a "mirror" of my > > system as backup u

Re: Need to change uid and gid

2011-11-11 Thread Rick Sewill
On Friday, November 11, 2011 04:22:52 PM Jonathan Ryshpan wrote: > In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid > have both been changed from 500 to 1000. I maintain a "mirror" of my > system as backup using rsync, so in order for the mirroring to continue > properly the

Re: Need to change uid and gid

2011-11-11 Thread g
On 11/12/2011 12:08 AM, Steven Stern wrote: > On 11/11/2011 04:22 PM, Jonathan Ryshpan wrote: >> In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid >> have both been changed from 500 to 1000. I maintain a "mirror" of my >> system as backup using rsync, so in order for the mir

Re: Need to change uid and gid

2011-11-11 Thread Jonathan Ryshpan
On Fri, 2011-11-11 at 18:08 -0600, Steven Stern wrote: > On 11/11/2011 04:22 PM, Jonathan Ryshpan wrote: > > In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid > > have both been changed from 500 to 1000. I maintain a "mirror" of my > > system as backup using rsync, so in orde

Re: Need to change uid and gid

2011-11-11 Thread Steven Stern
On 11/11/2011 04:22 PM, Jonathan Ryshpan wrote: > In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid > have both been changed from 500 to 1000. I maintain a "mirror" of my > system as backup using rsync, so in order for the mirroring to continue > properly the uid and gid in t

Need to change uid and gid

2011-11-11 Thread Jonathan Ryshpan
In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid have both been changed from 500 to 1000. I maintain a "mirror" of my system as backup using rsync, so in order for the mirroring to continue properly the uid and gid in the mirror filesystem have to be changed to match the mai