Changes

Jump to navigation Jump to search
2 bytes added ,  00:22, 11 January 2014
Line 202: Line 202:  
===Restore permissions an ownership===
 
===Restore permissions an ownership===
 
If you want to restore all permissions and right ownership of arpm, you can do this in a root terminal. See [[bugzilla:6851#c15]]
 
If you want to restore all permissions and right ownership of arpm, you can do this in a root terminal. See [[bugzilla:6851#c15]]
for f in $(rpm -qa); do echo $f; rpm --setugids $f; done
+
for f in $(rpm -qa); do echo $f; rpm --setugids $f; done
for f in $(rpm -qa); do echo $f; rpm --setperms $f; done
+
for f in $(rpm -qa); do echo $f; rpm --setperms $f; done
    
===YUM'ing and repositories===
 
===YUM'ing and repositories===

Navigation menu