rm my-link # Remove the existing symlink ln -s /source/path my-link # Create a new symlink: ln -s [source] [link_name] Note: In ln -s, the first argument is the source (the real file or directory), and the second is the nam...