Changes

Jump to navigation Jump to search
1 byte removed ,  00:23, 11 January 2014
Line 201: Line 201:     
===Restore all permissions and 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 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
 
  for f in $(rpm -qa); do echo $f; rpm --setperms $f; done
 
  for f in $(rpm -qa); do echo $f; rpm --setperms $f; done

Navigation menu