On 2016-02-20 04:21, Joel wrote:How do you do symbolic links?ln -s <source> <target> Replace <source> and <target> with the appropriate paths.
I get this: Joels-MacBook-Pro:bin joelcnz$ ln -s /usr/local/bin/dub /usr/bin ln: /usr/bin/dub: Operation not permitted Joels-MacBook-Pro:bin joelcnz$