strange and serious problem about user login

Gordon Messmer yinyang at eburg.com
Mon Jun 26 14:10:17 UTC 2006


Zhen Zhou wrote:
> Hi,
> Thanks very much for your help, it seems that it works as you
> suggested--now I could login as normal user without errors. And one
> service I could start--just chmod +r /etc/. -R. now i am fighting with
> ssh server. ;-(
> 
> This happened when I are curious to make rpm package, now is there a
> way to recover the mess-up permissions from last stupid change?

I believe that rpm can do it.  Try:

rpm -a --setperms
rpm -a --setugids

I'm not sure you can use -a in that context, so if it fails, fall back to:

rpm -qa | xargs rpm --setperms
rpm -qa | xargs rpm --setugids




More information about the fedora-list mailing list