Re: Cannot log in user on new FC6 install

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

 



"Dotan Cohen" <dotancohen@xxxxxxxxx> wrote:

On 08/03/07, Anne Wilson <cannewilson@xxxxxxxxxxxxxx> wrote:
> Dotan, you need to change it recursively, so you add -R into the command.
>
> Anne
>

Thanks, Anne, that's what I did.

It's nice to have the desktop back on Fedora. Kubuntu is a decent
distro, but it tries too hard to isolate the user from what is
happening.

Dotan Cohen

If you scatter files elsewhere (e.g., /tmp, /var/spool/mail, ...) you may want to fire off something like:

find / -uid=700 -exec chown UserName {} \; -print

and

find / -gid=700 -exec chgrp UserGroup {} \; -print

Just to find all the files you didn't know were out there that also need to have their UID and GID fixed. -R is great for blasting everything but things like mail files are owned by the user but with mail as the group and you only want to change the file that's owned by the specific user.

Cheers,
Dave

--
Politics, n. Strife of interests masquerading as a contest of principles.
-- Ambrose Bierce

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

  Powered by Linux