Result: Instantly, a gray bar will slide up from the bottom of your Finder window. Congratulations—you have just shown the hidden Finder link. You can now click any of the folder names in that bar to jump instantly to that location.
To hide it again: Simply go back to View > Hide Path Bar. show hidden finder link
Sometimes the whole “Locations” section collapses. Go to Finder > Settings > Sidebar and re‑check items like “External disks,” “CDs, DVDs, and iOS Devices,” or “Bonjour computers.” Result: Instantly, a gray bar will slide up
Some macOS versions mark symlinks with a special attribute that hides them from the GUI.
Check: Some macOS versions mark symlinks with a special
xattr -l /path/to/link
Remove hiding attribute:
xattr -d com.apple.FinderInfo /path/to/link
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true