cheat sheets.

$ cheat symlink
Symlinks

  ln -s TARGET LINK_NAME

where TARGET is a file or directory that exists and LINK_NAME is the name for 
the symlink, which should not exist. No trailing slashes.

To remove a symlink to a directory:

  rm LINK_NAME

Do not recurse, do not force, no trailing slashes.
Version 1, updated 1048 days ago.
. o 0 ( edit | history )
( add new | see all )