LINK(1M) DOMAIN/IX SYS5 LINK(1M)
NAME
link, unlink, rename - exercise link, unlink, and rename
system calls
USAGE
/etc/link file1 file2
/etc/unlink file
/etc/rename from to
DESCRIPTION
Link and unlink perform their respective system calls on the
file arguments, without performing any error checking.
Rename exercises the rename system call, with minimal error
checking.
NOTES TO DOMAIN/IX USERS
These three programs are used only by other system adminis-
tration commands, and should not ever be invoked explicitly.
RELATED INFORMATION
rm(1)
link(2)
unlink(2)
rename(2)
mvdir(1m)
Printed 12/4/86 LINK-1