Server racks with light on

Dept of Computer Science

Technical Staff

How do I create a symbolic link in UNIX?

Last updated: August 1st, 2013 08:44 AM

ln -s <path-to-original-location> <path-to-link-destination>

See the manual page for ln(1) for more information.