<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.2.1">
</HEAD>
<BODY>
In the process of upgrading from Fedora-15 to Fedora-16, my uid and gid have both been changed from 500 to 1000.&nbsp; I maintain a &quot;mirror&quot; 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 main one.&nbsp; There's no problem with my home directory, just use &quot;$ chown --recursive 1000.1000&quot; in the mirror of my home directory.&nbsp; However there are a few odd files, like my crontab file /var/spool/cron/jonrysh which needs to have its uid (but NOT its gid) changed.<BR>
<BR>
Where is a convenient script to do this?&nbsp; There must be one, since this is essentially what was done in the upgrade from Fedora-15 to Fedora-15.<BR>
<BR>
Many Thanks - jon<BR>
<BR>
</BODY>
</HTML>