Changes

Jump to navigation Jump to search
2 bytes added ,  17:11, 11 January 2014
Line 202: Line 202:  
|}
 
|}
   −
===Restore all permissions and ownership===
+
====Restore all permissions and ownership====
 
If you want to restore all permissions and right ownership of rpm, you can do this in a root terminal. See [[bugzilla:6851#c15]]
 
If you want to restore all permissions and right ownership of rpm, 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

Navigation menu