link

Create a link to a file (POSIX)

Syntax:

link existing new

Runs on:

Neutrino

Options:

existing
Pathname of an existing file.
new
Pathname of the link to be created.

Description:

The link utility creates a hard link, new, that points to another file, existing. To create a symbolic link, use ln.

Exit status:

0
Successful completion.
> 0
An error occurred.

See also:

ln, rm, unlink