Linux: create a symbolic link

Updated . Posted . 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
Martin Straub
Last edit
Keywords
symlink
License
Source code in this card is licensed under the MIT License.
Posted by Martin Straub to makandra dev (2010-09-07 08:01)