I need to move system files with NSFileManager in my application and I don\'t seem to have root access. What would be the easiest way to go about gaining this privilege?
If you application needs to use root privileges, use Apple's Authorization Services API.
http://developer.apple.com/library/mac/#documentation/Security/Conceptual/authorization_concepts/01introduction/introduction.html#//apple_ref/doc/uid/TP30000995-CH204-TP1