Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Accessing and adding files to /usr/bin
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="rman" data-source="post: 69719" data-attributes="member: 23"><p>You will need to use the terminal window and the sudo command.</p><p></p><p>Some thing on the lines of: sudo cp file_to_be_place_in_bin /usr/bin.</p><p></p><p>You will be prompted for a pass word and then the copy should be made. You will need to change the file permissions also. Something on the lines of 755, (rwxr-xr-x): </p><p></p><p>sudo chmod 755 /usr/bin/file_to_be_place_in_bin</p></blockquote><p></p>
[QUOTE="rman, post: 69719, member: 23"] You will need to use the terminal window and the sudo command. Some thing on the lines of: sudo cp file_to_be_place_in_bin /usr/bin. You will be prompted for a pass word and then the copy should be made. You will need to change the file permissions also. Something on the lines of 755, (rwxr-xr-x): sudo chmod 755 /usr/bin/file_to_be_place_in_bin [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Accessing and adding files to /usr/bin
Top