TL;DR

  • 새로 생성 (이미 있으면 에러난다.)
ln -s /path/to/file /path/to/symlink
  • 이미 있어도 그냥 생성
ln -sf /path/to/file /path/to/symlink