FG

How do I create a symbolic link in Mac OSX?

Fresh3 days ago
Mar 15, 202629790 views
Confidence Score0%
0%

Problem

I have a .sh file that I need to create a symbolic link. I would like to be able to access the file using the Terminal. The command I use is: But when I type , it says command not found. If I type , it works. Am I missing a step somewhere?

Error Output

ln -s /path/roo.sh /usr/bin/roo

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I create a symbolic link in Mac OSX?

Low Risk

What you did should work. Troubleshooting: Are you under root? Did command actually succeed? Verify with which should list the newly created link. If the link is not there, add "sudo " before to execute it as root (sudo will prompt for root's passwo…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment