Tuesday, July 30, 2013

How to make file executable in OSX

To make a file executable in OSX you have to go to Utilities then run terminal. Type in the command

    chmod +x file

No comments:

Post a Comment

Generating "Always On Top" NSWindow in macOS across all detected displays

Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift  Langues, you m...