- create-hard-link old-fname new-fnameprocedure
Creates a hard link in the file system. If an object with the same name exists, an exception is signaled.
- old-fname
- Existing name
- new-fname
- New name
- permission-bits
- file permission bits
Creates a hard link in the file system. If an object with the same name exists, an exception is signaled.