horstmc Posted August 7, 2006 Share Posted August 7, 2006 How can I edit a kext file, like with a notepad or something? i am a apple beginner, sory thx horst Link to comment https://www.insanelymac.com/forum/topic/23801-how-can-i-edit-a-kext-file/ Share on other sites More sharing options...
WillyDavidK Posted August 7, 2006 Share Posted August 7, 2006 right click the kext and select "show package contents" then open up the plist file with a text editor (textedit works) Also if you want to edit as a super user, bring up a terminal (under applications -> utilities) first type in sudo -s and enter your password. Then browse to the kext file (actually cd into the kext file itself) and say nano xxx.plist. Just use the cursor to move using this and hit ctrl+o to save and ctrol+x to quit. Link to comment https://www.insanelymac.com/forum/topic/23801-how-can-i-edit-a-kext-file/#findComment-157963 Share on other sites More sharing options...
Recommended Posts