Changes

Jump to navigation Jump to search
5 bytes added ,  00:22, 11 January 2014
Line 200: Line 200:  
|}
 
|}
   −
===Restore permissions an ownership===
+
===Restore all permissions and 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

Navigation menu