Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 441 Bytes

symlinks.md

File metadata and controls

12 lines (6 loc) · 441 Bytes

Symlinks

Symlinks Code

Here’s an example. Let’s say you wanted to create a symbolic link in your Desktop folder that points to your Downloads folder. You’d run the following command:

ln -s /Users/name/Downloads /Users/name/Desktop

Resources

How to Create and Use Symbolic Links (aka Symlinks) on a Mac (Mar 2017