Skip to content

Instantly share code, notes, and snippets.

@spookyvision
Created January 4, 2017 16:49
Show Gist options
  • Save spookyvision/88f614b7371a12da7b1b852cf35e429e to your computer and use it in GitHub Desktop.
Save spookyvision/88f614b7371a12da7b1b852cf35e429e to your computer and use it in GitHub Desktop.
·darkfire·C:\tmp\test> mkdir home
·darkfire·C:\tmp\test> mkdir b
·darkfire·C:\tmp\test> cd home
·darkfire·C:\tmp\test\home> ln -s ../b ./a
·darkfire·C:\tmp\test\home> ls -la
total 4
drwxr-xr-x 3 ace wheel 102 Jan 4 17:48 .
drwxr-xr-x 4 ace wheel 136 Jan 4 17:48 ..
lrwxr-xr-x 1 ace wheel 4 Jan 4 17:48 a -> ../b
·darkfire·C:\tmp\test\home> ln -s /tmp/test/b ./a_absolute
·darkfire·C:\tmp\test\home> ls -l
total 8
lrwxr-xr-x 1 ace wheel 4 Jan 4 17:48 a -> ../b
lrwxr-xr-x 1 ace wheel 11 Jan 4 17:48 a_absolute -> /tmp/test/b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment