Skip to main content
edited tags
Link
Gilles 'SO- stop being evil'
  • 865.4k
  • 205
  • 1.8k
  • 2.3k
Source Link
ozarka
  • 287
  • 3
  • 10

Directing old symbolic link to a different location

Example:

I created a symbolic link into my /usr/local/bin folder using

sudo ln -s ~/Desktop/package/Application/tool1
sudo ln -s ~/Desktop/package/Application/tool2
…

I would like to move my Application folder (and all its tools) to /package/Application (basically outside the Users parent directory). Is it possible to have the original symbolic links point to its corresponding tool in its new location?