Re: Preparing for F16 / uid/gid limit

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/11/11 01:00, Frode wrote:

> The other option would be to change uid/gid for all files and modify F15
> accordingly. Would this require me to change more than uid/gid for all
> the files and user accounts?
>
> I guess 'chown -R newUID:newGID ~/*' would be the wrong way to do this,
> if there are files with other values for oldUID/oldGID?

I pretty much did that when moving from F14 to F16. I backed up my /home 
volume and did a clean install of F16. This box originally started life 
as F9 and had been yum upgraded ever since.

After installing, I restored my files to the /home partition and more or 
less did something along the lines of:

find /home -uid 500 -exec chown ian '{}' \;
find /home -gid 500 -exec chgrp ian '{}' \;

Where the uid and gid values are my old ones. You probably want to do 
that in all locations where you know you've stored files or the brute 
force approach and start from / but be careful if you have network 
mounts etc.

-- 
Ian Chapman.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux