How to Create Symbolic Links in Linux With the ln Command
A link name can point at one release today and another tomorrow. A deploy usually calls that link www/current, and ln -s writes it with one flag deciding what happens when the name is already taken. Leave out -n and ln treats a directory name as a directory, so the link you meant to replace
How to Create Symbolic Links in Linux With the ln Command Read More »