link

cmd/link

Create symbolic links

Overview

link creates symbolic links.

Use it to create an alias path that points to another file or directory.

Example usage:

link /config/init.conf ./init.conf.link
link /users/alice/projects ~/projects

Usage

  • link <target> <linkname>

Exit Codes

CodeMeaning
0 Success
1 Runtime/command error
2 Invalid flags/usage