Jump to content

diskutil repairpermissions still usefull after chown/chmod?


2 posts in this topic

Recommended Posts

Lots of times i see these constructions.

sudo chown -R root:wheel /System/Library/Extensions/AGPGart.kext ;

sudo chmod -R 755 /System/Library/Extensions/AGPGart.kext

diskutil repairpermissions /

 

 

But i thought chmod and chown already fixes permissions, even better then diskutil. Is that line "diskutil repairpermissions /" needed? Seems to me as a useless job, a waste of time, true or not?

Disk Utility (diskutil) doesn't seem to work well on kexts, so manually repairing permissions through using chown/chmod is necessary when working with kexts. But if you affected anything else in the course of updating, then Disk Utility will fix those permissions. Use your own best judgement based on what you are doing.

×
×
  • Create New...