Linux: create a symbolic link

Posted Over 13 years ago. Visible to the public.

You may omit the /path/to/link_name to have a link with the same filename appear in the current directory

ln -s /path/to/file /path/to/link_name

unlink link_name       // to remove the link and not where it is pointing at
Last edit
About 13 years ago
Keywords
symlink
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2010-09-07 08:01)