link(1M) link(1M)
NAME
link, unlink - exercise link and unlink system calls
SYNOPSIS
/etc/link file1 file2
/etc/unlink file
DESCRIPTION
link and unlink perform their respective system calls on
their arguments, abandoning all error checking. These
commands may only be executed by the super-user, who (it is
hoped) knows what he or she is doing.
EXAMPLE
link file1 file2
creates a directory entry for file2 with the same inode
number as file1. Note: link should be used with extreme
caution.
FILES
/etc/link
/etc/unlink
SEE ALSO
rm(1), link(2), unlink(2).
Page 1 (last mod. 12/12/86)