💻 Software
Need to hide a symbolic link without hiding the directory it links to
Fresh7 days ago
Mar 15, 20268576 viewsConfidence Score0%
0%
Problem
I created a symbolic link (specifically a symbolic link & not a Finder alias which bash can't follow) to a directory in my home folder using & now I wish to hide the link in the Finder so I don't have to look at it. Normally I would use to accomplish this, but of course that would affect the direct…
Error Output
ln -s link $HOME/directory
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Need to hide a symbolic link without hiding the directory it links to
Low Risk
The '-P' flag will make it operate on the symlink and not what it points to. The '-a V' portion will turn on the invisible attribute to hide it in the Finder.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix