Random Linux Fact #2

8 02 2008

Changing the Target of a Symbolic Link

I thought I might as well post this one, too, after posting how to read a symbolic link. This one isn’t so obvious, though. It forces the target to be changed on an existing link.

ln -s -n -f /new/target/path /existing/link


Actions

Information

Leave a comment